#F55498

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

Shades of Brilliant Rose #F55498

Tints of Brilliant Rose #F55498

Color information

#F55498 (or 0xF55498) is unknown color: approx Brilliant Rose. HEX triplet: F5, 54 and 98. RGB value is (245,84,152). Sum of RGB (Red+Green+Blue) = 245+84+152=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 84 (33.20% from 255 or 17.46% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F55498 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55498 is #0AAB67. Grayscale: #8B8B8B. Windows color (decimal): -699240 or 9983221. OLE color: 9983221.

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

Color convert

RGB24584152-
CMYK00.660.380.04
HSL334.66º88.95%64.51%-
HSV(B)334.66º65.71%96.08%-
XYZ46.4928.0232.66-
YUV139.89134.84202.97-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.94%
GREEN value IS 84 (33.20% from 255) = 17.46%
BLUE value IS 152 (59.77% from 255) = 31.60%
R=50.94%
G=17.46%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458415200.660.380.04334.6688.9564.51
HexF5549804226414f5941
Octal3651242300102464517131101
Binary111101011010100100110000100001010011010010100111110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55498; }

 p { color: rgb(245,84,152); }

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

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

 a { background-color: rgb(245,84,152); }

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

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

 span { border-color: rgb(245,84,152); }

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