#FE5598

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

Shades of Brilliant Rose #FE5598

Tints of Brilliant Rose #FE5598

Color information

#FE5598 (or 0xFE5598) is unknown color: approx Brilliant Rose. HEX triplet: FE, 55 and 98. RGB value is (254,85,152). Sum of RGB (Red+Green+Blue) = 254+85+152=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 85 (33.59% from 255 or 17.31% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5598 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5598 is #01AA67. Grayscale: #8F8F8F. Windows color (decimal): -109160 or 9983486. OLE color: 9983486.

HSL color Cylindrical-coordinate representation of color #FE5598: hue angle of 336.21º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE5598 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.00.

Color convert

RGB25485152-
CMYK00.670.400.00
HSL336.21º98.83%66.47%-
HSV(B)336.21º66.54%99.61%-
XYZ49.7929.8332.84-
YUV143.17132.99207.05-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.73%
GREEN value IS 85 (33.59% from 255) = 17.31%
BLUE value IS 152 (59.77% from 255) = 30.96%
R=51.73%
G=17.31%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548515200.670.400.00336.2198.8366.47
HexFE55980432801506342
Octal3761252300103500520143102
Binary1111111010101011001100001000011101000010101000011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5598; }

 p { color: rgb(254,85,152); }

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

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

 a { background-color: rgb(254,85,152); }

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

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

 span { border-color: rgb(254,85,152); }

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