#F64564

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

Shades of Radical Red #F64564

Tints of Radical Red #F64564

Color information

#F64564 (or 0xF64564) is unknown color: approx Radical Red. HEX triplet: F6, 45 and 64. RGB value is (246,69,100). Sum of RGB (Red+Green+Blue) = 246+69+100=415 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.28% from 415); Green value is 69 (27.34% from 255 or 16.63% from 415); Blue value is 100 (39.45% from 255 or 24.10% from 415); Max value from RGB is 246 - color contains mainly: red. Hex color #F64564 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64564 is #09BA9B. Grayscale: #7D7D7D. Windows color (decimal): -637596 or 6571510. OLE color: 6571510.

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

Color convert

RGB24669100-
CMYK00.720.590.04
HSL349.49º90.77%61.76%-
HSV(B)349.49º71.95%96.47%-
XYZ42.4324.7714.6-
YUV125.46113.64213.98-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 59.28%
GREEN value IS 69 (27.34% from 255) = 16.63%
BLUE value IS 100 (39.45% from 255) = 24.10%
R=59.28%
G=16.63%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2466910000.720.590.04349.4990.7761.76
HexF645640483B415d5b3e
Octal366105144011073453513376
Binary1111011010001011100100010010001110111001010111011011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64564; }

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

 H1.HeaderClassName
 {
   color: #F64564;
 }
 .AnyTagClassName
 {
   color: #F64564;
 }
</style>
background-color css

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

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

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

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

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

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