#F55695

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

Shades of French Rose #F55695

Tints of French Rose #F55695

Color information

#F55695 (or 0xF55695) is unknown color: approx French Rose. HEX triplet: F5, 56 and 95. RGB value is (245,86,149). Sum of RGB (Red+Green+Blue) = 245+86+149=480 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.04% from 480); Green value is 86 (33.98% from 255 or 17.92% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 245 - color contains mainly: red. Hex color #F55695 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55695 is #0AA96A. Grayscale: #8C8C8C. Windows color (decimal): -698731 or 9787125. OLE color: 9787125.

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

Color convert

RGB24586149-
CMYK00.650.390.04
HSL336.23º88.83%64.9%-
HSV(B)336.23º64.9%96.08%-
XYZ46.4128.2431.44-
YUV140.72132.68202.38-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.04%
GREEN value IS 86 (33.98% from 255) = 17.92%
BLUE value IS 149 (58.59% from 255) = 31.04%
R=51.04%
G=17.92%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458614900.650.390.04336.2388.8364.9
HexF556950412741505941
Octal3651262250101474520131101
Binary111101011010110100101010100000110011110010101000010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55695; }

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

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

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

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

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

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

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

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