#F64C87

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

Shades of French Rose #F64C87

Tints of French Rose #F64C87

Color information

#F64C87 (or 0xF64C87) is unknown color: approx French Rose. HEX triplet: F6, 4C and 87. RGB value is (246,76,135). Sum of RGB (Red+Green+Blue) = 246+76+135=457 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.83% from 457); Green value is 76 (30.08% from 255 or 16.63% from 457); Blue value is 135 (53.12% from 255 or 29.54% from 457); Max value from RGB is 246 - color contains mainly: red. Hex color #F64C87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64C87 is #09B378. Grayscale: #858585. Windows color (decimal): -635769 or 8867062. OLE color: 8867062.

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

Color convert

RGB24676135-
CMYK00.690.450.04
HSL339.18º90.43%63.14%-
HSV(B)339.18º69.11%96.47%-
XYZ44.9626.5125.67-
YUV133.56128.82208.2-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 53.83%
GREEN value IS 76 (30.08% from 255) = 16.63%
BLUE value IS 135 (53.12% from 255) = 29.54%
R=53.83%
G=16.63%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2467613500.690.450.04339.1890.4363.14
HexF64C870452D41535a3f
Octal366114207010555452313277
Binary11110110100110010000111010001011011011001010100111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64C87; }

 p { color: rgb(246,76,135); }

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

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

 a { background-color: rgb(246,76,135); }

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

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

 span { border-color: rgb(246,76,135); }

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