#F55694

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

Shades of French Rose #F55694

Tints of French Rose #F55694

Color information

#F55694 (or 0xF55694) is unknown color: approx French Rose. HEX triplet: F5, 56 and 94. RGB value is (245,86,148). Sum of RGB (Red+Green+Blue) = 245+86+148=479 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.15% from 479); Green value is 86 (33.98% from 255 or 17.95% from 479); Blue value is 148 (58.20% from 255 or 30.90% from 479); Max value from RGB is 245 - color contains mainly: red. Hex color #F55694 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55694 is #0AA96B. Grayscale: #8C8C8C. Windows color (decimal): -698732 or 9721589. OLE color: 9721589.

HSL color Cylindrical-coordinate representation of color #F55694: hue angle of 336.6º degrees, saturation: 0.89, 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 #F55694 is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB24586148-
CMYK00.650.400.04
HSL336.6º88.83%64.9%-
HSV(B)336.6º64.9%96.08%-
XYZ46.3328.2131.02-
YUV140.61132.18202.46-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.15%
GREEN value IS 86 (33.98% from 255) = 17.95%
BLUE value IS 148 (58.20% from 255) = 30.90%
R=51.15%
G=17.95%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458614800.650.400.04336.688.8364.9
HexF556940412841515941
Octal3651262240101504521131101
Binary111101011010110100101000100000110100010010101000110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55694; }

 p { color: rgb(245,86,148); }

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

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

 a { background-color: rgb(245,86,148); }

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

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

 span { border-color: rgb(245,86,148); }

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