#FD5D9E

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

Shades of Brilliant Rose #FD5D9E

Tints of Brilliant Rose #FD5D9E

Color information

#FD5D9E (or 0xFD5D9E) is unknown color: approx Brilliant Rose. HEX triplet: FD, 5D and 9E. RGB value is (253,93,158). Sum of RGB (Red+Green+Blue) = 253+93+158=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 93 (36.72% from 255 or 18.45% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5D9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5D9E is #02A261. Grayscale: #949494. Windows color (decimal): -172642 or 10378749. OLE color: 10378749.

HSL color Cylindrical-coordinate representation of color #FD5D9E: hue angle of 335.62º 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 #FD5D9E is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB25393158-
CMYK00.630.380.01
HSL335.62º97.56%67.84%-
HSV(B)335.62º63.24%99.22%-
XYZ50.5931.1835.7-
YUV148.25133.51202.71-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.20%
GREEN value IS 93 (36.72% from 255) = 18.45%
BLUE value IS 158 (62.11% from 255) = 31.35%
R=50.20%
G=18.45%
B=31.35%

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
Decimal2539315800.630.380.01335.6297.5667.84
HexFD5D9E03F2611506244
Octal375135236077461520142104
Binary111111011011101100111100111111100110110101000011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5D9E; }

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

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

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

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

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

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

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

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