#F64E89

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

Shades of French Rose #F64E89

Tints of French Rose #F64E89

Color information

#F64E89 (or 0xF64E89) is unknown color: approx French Rose. HEX triplet: F6, 4E and 89. RGB value is (246,78,137). Sum of RGB (Red+Green+Blue) = 246+78+137=461 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.36% from 461); Green value is 78 (30.86% from 255 or 16.92% from 461); Blue value is 137 (53.91% from 255 or 29.72% from 461); Max value from RGB is 246 - color contains mainly: red. Hex color #F64E89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F64E89 is #09B176. Grayscale: #868686. Windows color (decimal): -635255 or 8998646. OLE color: 8998646.

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

Color convert

RGB24678137-
CMYK00.680.440.04
HSL338.93º90.32%63.53%-
HSV(B)338.93º68.29%96.47%-
XYZ45.2526.8526.46-
YUV134.96129.16207.2-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 53.36%
GREEN value IS 78 (30.86% from 255) = 16.92%
BLUE value IS 137 (53.91% from 255) = 29.72%
R=53.36%
G=16.92%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2467813700.680.440.04338.9390.3263.53
HexF64E890442C41535a40
Octal3661162110104544523132100
Binary111101101001110100010010100010010110010010101001110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64E89; }

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

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

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

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

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

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

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

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