Html Css Color HEX #F64964 Radical Red

📋 copy color: '#F64964'

red 246 ◦ green 73 ◦ blue 100

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

Shades of Radical Red #F64964

Tints of Radical Red #F64964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.87%

R = 58.71%
G = 17.42%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F64964 (or 0xF64964) is known color: Radical Red. HEX triplet: F6, 49 and 64. RGB value is (246,73,100). Sum of RGB (Red+Green+Blue) = 246+73+100=419 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.71% from 419); Green value is 73 (28.91% from 255 or 17.42% from 419); Blue value is 100 (39.45% from 255 or 23.87% from 419); Max value from RGB is 246 - color contains mainly: red. Hex color #F64964 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64964 is #09B69B. Grayscale: #7F7F7F. Windows color (decimal): -636572 or 6572534. OLE color: 6572534.

HSL color Cylindrical-coordinate representation of color #F64964: hue angle of 350.64º 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 #F64964 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 73 100 -
CMYK 0 0.70 0.59 0.04
HSL 350.64º 0.91% 0.63% -
HSV(B) 350.64º 0.7% 0.96% -
XYZ 42.69 25.28 14.69 -
YUV 127.81 112.31 212.3 -
System Red Green Blue C M Y K H S L
Decimal 246 73 100 0 0.70 0.59 0.04 350.64 0.91 0.63
Hex F6 49 64 0 46 3B 4 15F 5B 3F
Octal 366 111 144 0 106 73 4 537 133 77
Binary 11110110 1001001 1100100 0 1000110 111011 100 101011111 1011011 111111

Color Harmonies of #F64964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64964

Black with #F64964

Text Example


Text Example

White with #F64964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64964; }

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

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

background-color css

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

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

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

border-color css

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

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

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