#F64D81

Color #F64D81 French Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Rose #F64D81

Tints of French Rose #F64D81

Color information

#F64D81 (or 0xF64D81) is unknown color: approx French Rose. HEX triplet: F6, 4D and 81. RGB value is (246,77,129). Sum of RGB (Red+Green+Blue) = 246+77+129=452 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.42% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 129 (50.78% from 255 or 28.54% from 452); Max value from RGB is 246 - color contains mainly: red. Hex color #F64D81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F64D81 is #09B27E. Grayscale: #858585. Windows color (decimal): -635519 or 8474102. OLE color: 8474102.

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

Color convert

RGB24677129-
CMYK00.690.480.04
HSL341.54º90.37%63.33%-
HSV(B)341.54º68.7%96.47%-
XYZ44.6226.4923.53-
YUV133.46125.49208.27-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 54.42%
GREEN value IS 77 (30.47% from 255) = 17.04%
BLUE value IS 129 (50.78% from 255) = 28.54%
R=54.42%
G=17.04%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2467712900.690.480.04341.5490.3763.33
HexF64D810453041565a3f
Octal366115201010560452613277
Binary11110110100110110000001010001011100001001010101101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64D81; }

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

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

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

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

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

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

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

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