#FE5D96

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

Shades of Brilliant Rose #FE5D96

Tints of Brilliant Rose #FE5D96

Color information

#FE5D96 (or 0xFE5D96) is unknown color: approx Brilliant Rose. HEX triplet: FE, 5D and 96. RGB value is (254,93,150). Sum of RGB (Red+Green+Blue) = 254+93+150=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 93 (36.72% from 255 or 18.71% from 497); Blue value is 150 (58.98% from 255 or 30.18% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5D96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5D96 is #01A269. Grayscale: #939393. Windows color (decimal): -107114 or 9854462. OLE color: 9854462.

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

Color convert

RGB25493150-
CMYK00.630.410.00
HSL338.76º98.77%68.04%-
HSV(B)338.76º63.39%99.61%-
XYZ50.2931.132.21-
YUV147.64129.34203.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.11%
GREEN value IS 93 (36.72% from 255) = 18.71%
BLUE value IS 150 (58.98% from 255) = 30.18%
R=51.11%
G=18.71%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549315000.630.410.00338.7698.7768.04
HexFE5D9603F2901536344
Octal376135226077510523143104
Binary111111101011101100101100111111101001010101001111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5D96; }

 p { color: rgb(254,93,150); }

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

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

 a { background-color: rgb(254,93,150); }

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

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

 span { border-color: rgb(254,93,150); }

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