#F64B86

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

Shades of French Rose #F64B86

Tints of French Rose #F64B86

Color information

#F64B86 (or 0xF64B86) is unknown color: approx French Rose. HEX triplet: F6, 4B and 86. RGB value is (246,75,134). Sum of RGB (Red+Green+Blue) = 246+75+134=455 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.07% from 455); Green value is 75 (29.69% from 255 or 16.48% from 455); Blue value is 134 (52.73% from 255 or 29.45% from 455); Max value from RGB is 246 - color contains mainly: red. Hex color #F64B86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64B86 is #09B479. Grayscale: #848484. Windows color (decimal): -636026 or 8801270. OLE color: 8801270.

HSL color Cylindrical-coordinate representation of color #F64B86: hue angle of 339.3º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F64B86 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB24675134-
CMYK00.700.460.04
HSL339.3º90.48%62.94%-
HSV(B)339.3º69.51%96.47%-
XYZ44.8326.3525.28-
YUV132.86128.65208.7-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 54.07%
GREEN value IS 75 (29.69% from 255) = 16.48%
BLUE value IS 134 (52.73% from 255) = 29.45%
R=54.07%
G=16.48%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2467513400.700.460.04339.390.4862.94
HexF64B860462E41535a3f
Octal366113206010656452313277
Binary11110110100101110000110010001101011101001010100111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64B86; }

 p { color: rgb(246,75,134); }

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

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

 a { background-color: rgb(246,75,134); }

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

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

 span { border-color: rgb(246,75,134); }

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