#F55188

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

Shades of French Rose #F55188

Tints of French Rose #F55188

Color information

#F55188 (or 0xF55188) is unknown color: approx French Rose. HEX triplet: F5, 51 and 88. RGB value is (245,81,136). Sum of RGB (Red+Green+Blue) = 245+81+136=462 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.03% from 462); Green value is 81 (32.03% from 255 or 17.53% from 462); Blue value is 136 (53.52% from 255 or 29.44% from 462); Max value from RGB is 245 - color contains mainly: red. Hex color #F55188 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55188 is #0AAE77. Grayscale: #888888. Windows color (decimal): -700024 or 8933877. OLE color: 8933877.

HSL color Cylindrical-coordinate representation of color #F55188: hue angle of 339.88º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F55188 is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB24581136-
CMYK00.670.440.04
HSL339.88º89.13%63.92%-
HSV(B)339.88º66.94%96.08%-
XYZ45.0427.0726.14-
YUV136.31127.83205.53-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.03%
GREEN value IS 81 (32.03% from 255) = 17.53%
BLUE value IS 136 (53.52% from 255) = 29.44%
R=53.03%
G=17.53%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458113600.670.440.04339.8889.1363.92
HexF551880432C41545940
Octal3651212100103544524131100
Binary111101011010001100010000100001110110010010101010010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55188; }

 p { color: rgb(245,81,136); }

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

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

 a { background-color: rgb(245,81,136); }

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

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

 span { border-color: rgb(245,81,136); }

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