#F64E8C

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

Shades of French Rose #F64E8C

Tints of French Rose #F64E8C

Color information

#F64E8C (or 0xF64E8C) is unknown color: approx French Rose. HEX triplet: F6, 4E and 8C. RGB value is (246,78,140). Sum of RGB (Red+Green+Blue) = 246+78+140=464 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.02% from 464); Green value is 78 (30.86% from 255 or 16.81% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 246 - color contains mainly: red. Hex color #F64E8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F64E8C is #09B173. Grayscale: #878787. Windows color (decimal): -635252 or 9195254. OLE color: 9195254.

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

Color convert

RGB24678140-
CMYK00.680.430.04
HSL337.86º90.32%63.53%-
HSV(B)337.86º68.29%96.47%-
XYZ45.4626.9427.61-
YUV135.3130.66206.96-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 53.02%
GREEN value IS 78 (30.86% from 255) = 16.81%
BLUE value IS 140 (55.08% from 255) = 30.17%
R=53.02%
G=16.81%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2467814000.680.430.04337.8690.3263.53
HexF64E8C0442B41525a40
Octal3661162140104534522132100
Binary111101101001110100011000100010010101110010101001010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64E8C; }

 p { color: rgb(246,78,140); }

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

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

 a { background-color: rgb(246,78,140); }

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

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

 span { border-color: rgb(246,78,140); }

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