#F5508E

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

Shades of French Rose #F5508E

Tints of French Rose #F5508E

Color information

#F5508E (or 0xF5508E) is unknown color: approx French Rose. HEX triplet: F5, 50 and 8E. RGB value is (245,80,142). Sum of RGB (Red+Green+Blue) = 245+80+142=467 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.46% from 467); Green value is 80 (31.64% from 255 or 17.13% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 245 - color contains mainly: red. Hex color #F5508E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5508E is #0AAF71. Grayscale: #888888. Windows color (decimal): -700274 or 9326837. OLE color: 9326837.

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

Color convert

RGB24580142-
CMYK00.670.420.04
HSL337.45º89.19%63.73%-
HSV(B)337.45º67.35%96.08%-
XYZ45.4127.128.43-
YUV136.4131.16205.46-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.46%
GREEN value IS 80 (31.64% from 255) = 17.13%
BLUE value IS 142 (55.86% from 255) = 30.41%
R=52.46%
G=17.13%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458014200.670.420.04337.4589.1963.73
HexF5508E0432A41515940
Octal3651202160103524521131100
Binary111101011010000100011100100001110101010010101000110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5508E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5508E; }

 p { color: rgb(245,80,142); }

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

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

 a { background-color: rgb(245,80,142); }

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

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

 span { border-color: rgb(245,80,142); }

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