#F64964

Color #F64964 Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #F64964

Tints of Radical Red #F64964

Color information

#F64964 (or 0xF64964) is unknown color: approx 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

RGB24673100-
CMYK00.700.590.04
HSL350.64º90.58%62.55%-
HSV(B)350.64º70.33%96.47%-
XYZ42.6925.2814.69-
YUV127.8112.31212.3-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2467310000.700.590.04350.6490.5862.55
HexF649640463B415f5b3f
Octal366111144010673453713377
Binary1111011010010011100100010001101110111001010111111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>