Html Css Color HEX #FF5DAD Brilliant Rose

📋 copy color: '#FF5DAD'

red 255 ◦ green 93 ◦ blue 173

#FF5DAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #FF5DAD

Tints of Brilliant Rose #FF5DAD

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 value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FF5DAD (or 0xFF5DAD) is known color: 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

RGB 255 93 173 -
CMYK 0 0.64 0.32 0
HSL 330.37º 1% 0.68% -
HSV(B) 330.37º 0.64% 1% -
XYZ 52.7 32.11 42.95 -
YUV 150.56 140.67 202.5 -
System Red Green Blue C M Y K H S L
Decimal 255 93 173 0 0.64 0.32 0 330.37 1 0.68
Hex FF 5D AD 0 40 20 0 14A 64 44
Octal 377 135 255 0 100 40 0 512 144 104
Binary 11111111 1011101 10101101 0 1000000 100000 0 101001010 1100100 1000100

Color Harmonies of #FF5DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5DAD

Black with #FF5DAD

Text Example


Text Example

White with #FF5DAD

Text Example


Text Example

HTML Codes & Css Web 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>