#F64069

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

Shades of Radical Red #F64069

Tints of Radical Red #F64069

Color information

#F64069 (or 0xF64069) is unknown color: approx Radical Red. HEX triplet: F6, 40 and 69. RGB value is (246,64,105). Sum of RGB (Red+Green+Blue) = 246+64+105=415 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.28% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 105 (41.41% from 255 or 25.30% from 415); Max value from RGB is 246 - color contains mainly: red. Hex color #F64069 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64069 is #09BF96. Grayscale: #7B7B7B. Windows color (decimal): -638871 or 6897910. OLE color: 6897910.

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

Color convert

RGB24664105-
CMYK00.740.570.04
HSL346.48º91%60.78%-
HSV(B)346.48º73.98%96.47%-
XYZ42.3924.2815.82-
YUV123.09117.8215.67-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 59.28%
GREEN value IS 64 (25.39% from 255) = 15.42%
BLUE value IS 105 (41.41% from 255) = 25.30%
R=59.28%
G=15.42%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2466410500.740.570.04346.489160.78
HexF6406904A39415a5b3d
Octal366100151011271453213375
Binary1111011010000001101001010010101110011001010110101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64069; }

 p { color: rgb(246,64,105); }

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

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

 a { background-color: rgb(246,64,105); }

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

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

 span { border-color: rgb(246,64,105); }

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