Html Css Color HEX #F64962 Radical Red

📋 copy color: '#F64962'

red 246 ◦ green 73 ◦ blue 98

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

Shades of Radical Red #F64962

Tints of Radical Red #F64962

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.51%

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

R = 58.99%
G = 17.51%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#F64962 (or 0xF64962) is known color: Radical Red. HEX triplet: F6, 49 and 62. RGB value is (246,73,98). Sum of RGB (Red+Green+Blue) = 246+73+98=417 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.99% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 98 (38.67% from 255 or 23.50% from 417); Max value from RGB is 246 - color contains mainly: red. Hex color #F64962 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64962 is #09B69D. Grayscale: #7F7F7F. Windows color (decimal): -636574 or 6441462. OLE color: 6441462.

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

Color convert

RGB 246 73 98 -
CMYK 0 0.70 0.60 0.04
HSL 351.33º 0.91% 0.63% -
HSV(B) 351.33º 0.7% 0.96% -
XYZ 42.59 25.24 14.18 -
YUV 127.58 111.31 212.47 -
System Red Green Blue C M Y K H S L
Decimal 246 73 98 0 0.70 0.60 0.04 351.33 0.91 0.63
Hex F6 49 62 0 46 3C 4 15F 5B 3F
Octal 366 111 142 0 106 74 4 537 133 77
Binary 11110110 1001001 1100010 0 1000110 111100 100 101011111 1011011 111111

Color Harmonies of #F64962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64962

Black with #F64962

Text Example


Text Example

White with #F64962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64962; }

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

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

background-color css

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

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

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

border-color css

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

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

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