#FD5E9E

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

Shades of Brilliant Rose #FD5E9E

Tints of Brilliant Rose #FD5E9E

Color information

#FD5E9E (or 0xFD5E9E) is unknown color: approx Brilliant Rose. HEX triplet: FD, 5E and 9E. RGB value is (253,94,158). Sum of RGB (Red+Green+Blue) = 253+94+158=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 94 (37.11% from 255 or 18.61% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5E9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5E9E is #02A161. Grayscale: #949494. Windows color (decimal): -172386 or 10379005. OLE color: 10379005.

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

Color convert

RGB25394158-
CMYK00.630.380.01
HSL335.85º97.55%68.04%-
HSV(B)335.85º62.85%99.22%-
XYZ50.6831.3635.73-
YUV148.84133.18202.3-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.10%
GREEN value IS 94 (37.11% from 255) = 18.61%
BLUE value IS 158 (62.11% from 255) = 31.29%
R=50.10%
G=18.61%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539415800.630.380.01335.8597.5568.04
HexFD5E9E03F2611506244
Octal375136236077461520142104
Binary111111011011110100111100111111100110110101000011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5E9E; }

 p { color: rgb(253,94,158); }

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

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

 a { background-color: rgb(253,94,158); }

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

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

 span { border-color: rgb(253,94,158); }

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