#FF5DAD

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

Shades of Brilliant Rose #FF5DAD

Tints of Brilliant Rose #FF5DAD

Color information

#FF5DAD (or 0xFF5DAD) is unknown color: approx Brilliant Rose. HEX triplet: FF, 5D and AD. RGB value is (255,93,173). Sum of RGB (Red+Green+Blue) = 255+93+173=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 93 (36.72% from 255 or 17.85% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5DAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5DAD is #00A252. Grayscale: #969696. Windows color (decimal): -41555 or 11361791. OLE color: 11361791.

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

Color convert

RGB25593173-
CMYK00.640.320
HSL330.37º100%68.24%-
HSV(B)330.37º63.53%100%-
XYZ52.732.1142.95-
YUV150.56140.67202.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.94%
GREEN value IS 93 (36.72% from 255) = 17.85%
BLUE value IS 173 (67.97% from 255) = 33.21%
R=48.94%
G=17.85%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559317300.640.320330.3710068.24
HexFF5DAD04020014a6444
Octal3771352550100400512144104
Binary1111111110111011010110101000000100000010100101011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5DAD; }

 p { color: rgb(255,93,173); }

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

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

 a { background-color: rgb(255,93,173); }

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

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

 span { border-color: rgb(255,93,173); }

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