#F64E94

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

Shades of French Rose #F64E94

Tints of French Rose #F64E94

Color information

#F64E94 (or 0xF64E94) is unknown color: approx French Rose. HEX triplet: F6, 4E and 94. RGB value is (246,78,148). Sum of RGB (Red+Green+Blue) = 246+78+148=472 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.12% from 472); Green value is 78 (30.86% from 255 or 16.53% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 246 - color contains mainly: red. Hex color #F64E94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F64E94 is #09B16B. Grayscale: #888888. Windows color (decimal): -635244 or 9719542. OLE color: 9719542.

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

Color convert

RGB24678148-
CMYK00.680.400.04
HSL335º90.32%63.53%-
HSV(B)335º68.29%96.47%-
XYZ46.0827.1830.83-
YUV136.21134.66206.31-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 52.12%
GREEN value IS 78 (30.86% from 255) = 16.53%
BLUE value IS 148 (58.20% from 255) = 31.36%
R=52.12%
G=16.53%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2467814800.680.400.0433590.3263.53
HexF64E9404428414f5a40
Octal3661162240104504517132100
Binary111101101001110100101000100010010100010010100111110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64E94; }

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

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

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

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

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

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

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

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