Html Css Color HEX #F64362 Radical Red

📋 copy color: '#F64362'

red 246 ◦ green 67 ◦ blue 98

#F64362
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Radical Red #F64362

Tints of Radical Red #F64362

RGB

 RED value IS 246 (96.48% from 255) = 59.85%

 GREEN value IS 67 (26.56% from 255) = 16.3%

 BLUE value IS 98 (38.67% from 255) = 23.84%

R = 59.85%
G = 16.3%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F64362 (or 0xF64362) is known color: Radical Red. HEX triplet: F6, 43 and 62. RGB value is (246,67,98). Sum of RGB (Red+Green+Blue) = 246+67+98=411 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.85% from 411); Green value is 67 (26.56% from 255 or 16.30% from 411); Blue value is 98 (38.67% from 255 or 23.84% from 411); Max value from RGB is 246 - color contains mainly: red. Hex color #F64362 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64362 is #09BC9D. Grayscale: #7C7C7C. Windows color (decimal): -638110 or 6439926. OLE color: 6439926.

HSL color Cylindrical-coordinate representation of color #F64362: hue angle of 349.61º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F64362 is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 67 98 -
CMYK 0 0.73 0.60 0.04
HSL 349.61º 0.91% 0.61% -
HSV(B) 349.61º 0.73% 0.96% -
XYZ 42.22 24.49 14.06 -
YUV 124.06 113.3 214.98 -
System Red Green Blue C M Y K H S L
Decimal 246 67 98 0 0.73 0.60 0.04 349.61 0.91 0.61
Hex F6 43 62 0 49 3C 4 15E 5B 3D
Octal 366 103 142 0 111 74 4 536 133 75
Binary 11110110 1000011 1100010 0 1001001 111100 100 101011110 1011011 111101

Color Harmonies of #F64362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64362

Black with #F64362

Text Example


Text Example

White with #F64362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64362; }

 p { color: rgb(246,67,98); }

 H1.HeaderClassName
 {
   color: #F64362;
 }
 .AnyTagClassName
 {
   color: #F64362;
 }
</style>

background-color css

<style>
 a { background-color: #F64362; }

 a { background-color: rgb(246,67,98); }

 div.DivClassName
 {
   background-color: #F64362;
 }
 .BgClassName
 {
   background-color: #F64362;
 }
</style>

border-color css

<style>
 span { border-color: #F64362; }

 span { border-color: rgb(246,67,98); }

 td.TdClassName
 {
   border-color: #F64362;
 }
 .TagClassName
 {
   border-color: #F64362;
 }
</style>