#F64E96

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

Shades of French Rose #F64E96

Tints of French Rose #F64E96

Color information

#F64E96 (or 0xF64E96) is unknown color: approx French Rose. HEX triplet: F6, 4E and 96. RGB value is (246,78,150). Sum of RGB (Red+Green+Blue) = 246+78+150=474 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.90% from 474); Green value is 78 (30.86% from 255 or 16.46% from 474); Blue value is 150 (58.98% from 255 or 31.65% from 474); Max value from RGB is 246 - color contains mainly: red. Hex color #F64E96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F64E96 is #09B169. Grayscale: #888888. Windows color (decimal): -635242 or 9850614. OLE color: 9850614.

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

Color convert

RGB24678150-
CMYK00.680.390.04
HSL334.29º90.32%63.53%-
HSV(B)334.29º68.29%96.47%-
XYZ46.2427.2431.68-
YUV136.44135.66206.15-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 51.90%
GREEN value IS 78 (30.86% from 255) = 16.46%
BLUE value IS 150 (58.98% from 255) = 31.65%
R=51.90%
G=16.46%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2467815000.680.390.04334.2990.3263.53
HexF64E9604427414e5a40
Octal3661162260104474516132100
Binary111101101001110100101100100010010011110010100111010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64E96; }

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

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

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

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

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

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

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

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