#F64D5F

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

Shades of Radical Red #F64D5F

Tints of Radical Red #F64D5F

Color information

#F64D5F (or 0xF64D5F) is unknown color: approx Radical Red. HEX triplet: F6, 4D and 5F. RGB value is (246,77,95). Sum of RGB (Red+Green+Blue) = 246+77+95=418 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.85% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 95 (37.5% from 255 or 22.73% from 418); Max value from RGB is 246 - color contains mainly: red. Hex color #F64D5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F64D5F is #09B2A0. Grayscale: #818181. Windows color (decimal): -635553 or 6245878. OLE color: 6245878.

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

Color convert

RGB2467795-
CMYK00.690.610.04
HSL353.61º90.37%63.33%-
HSV(B)353.61º68.7%96.47%-
XYZ42.7325.7313.54-
YUV129.58108.49211.04-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 58.85%
GREEN value IS 77 (30.47% from 255) = 18.42%
BLUE value IS 95 (37.5% from 255) = 22.73%
R=58.85%
G=18.42%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246779500.690.610.04353.6190.3763.33
HexF64D5F0453D41625a3f
Octal366115137010575454213277
Binary1111011010011011011111010001011111011001011000101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64D5F; }

 p { color: rgb(246,77,95); }

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

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

 a { background-color: rgb(246,77,95); }

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

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

 span { border-color: rgb(246,77,95); }

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