#F64C96

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

Shades of French Rose #F64C96

Tints of French Rose #F64C96

Color information

#F64C96 (or 0xF64C96) is unknown color: approx French Rose. HEX triplet: F6, 4C and 96. RGB value is (246,76,150). Sum of RGB (Red+Green+Blue) = 246+76+150=472 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.12% from 472); Green value is 76 (30.08% from 255 or 16.10% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 246 - color contains mainly: red. Hex color #F64C96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64C96 is #09B369. Grayscale: #878787. Windows color (decimal): -635754 or 9850102. OLE color: 9850102.

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

Color convert

RGB24676150-
CMYK00.690.390.04
HSL333.88º90.43%63.14%-
HSV(B)333.88º69.11%96.47%-
XYZ46.126.9631.63-
YUV135.27136.32206.98-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 52.12%
GREEN value IS 76 (30.08% from 255) = 16.10%
BLUE value IS 150 (58.98% from 255) = 31.78%
R=52.12%
G=16.10%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2467615000.690.390.04333.8890.4363.14
HexF64C9604527414e5a3f
Octal366114226010547451613277
Binary11110110100110010010110010001011001111001010011101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64C96; }

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

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

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

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

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

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

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

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