#F45586

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

Shades of French Rose #F45586

Tints of French Rose #F45586

Color information

#F45586 (or 0xF45586) is unknown color: approx French Rose. HEX triplet: F4, 55 and 86. RGB value is (244,85,134). Sum of RGB (Red+Green+Blue) = 244+85+134=463 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.70% from 463); Green value is 85 (33.59% from 255 or 18.36% from 463); Blue value is 134 (52.73% from 255 or 28.94% from 463); Max value from RGB is 244 - color contains mainly: red. Hex color #F45586 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45586 is #0BAA79. Grayscale: #8A8A8A. Windows color (decimal): -764538 or 8803828. OLE color: 8803828.

HSL color Cylindrical-coordinate representation of color #F45586: hue angle of 341.51º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F45586 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB24485134-
CMYK00.650.450.04
HSL341.51º87.85%64.51%-
HSV(B)341.51º65.16%95.69%-
XYZ44.8627.4525.49-
YUV138.13125.68203.52-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 52.70%
GREEN value IS 85 (33.59% from 255) = 18.36%
BLUE value IS 134 (52.73% from 255) = 28.94%
R=52.70%
G=18.36%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2448513400.650.450.04341.5187.8564.51
HexF455860412D41565841
Octal3641252060101554526130101
Binary111101001010101100001100100000110110110010101011010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45586; }

 p { color: rgb(244,85,134); }

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

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

 a { background-color: rgb(244,85,134); }

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

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

 span { border-color: rgb(244,85,134); }

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