Html Css Color HEX #FF5DAB Brilliant Rose

📋 copy color: '#FF5DAB'

red 255 ◦ green 93 ◦ blue 171

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

Shades of Brilliant Rose #FF5DAB

Tints of Brilliant Rose #FF5DAB

RGB

 RED value IS 255 (100% from 255) = 49.13%

 GREEN value IS 93 (36.72% from 255) = 17.92%

 BLUE value IS 171 (67.19% from 255) = 32.95%

R = 49.13%
G = 17.92%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FF5DAB (or 0xFF5DAB) is known color: Brilliant Rose. HEX triplet: FF, 5D and AB. RGB value is (255,93,171). Sum of RGB (Red+Green+Blue) = 255+93+171=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 93 (36.72% from 255 or 17.92% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5DAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5DAB is #00A254. Grayscale: #969696. Windows color (decimal): -41557 or 11230719. OLE color: 11230719.

HSL color Cylindrical-coordinate representation of color #FF5DAB: hue angle of 331.11º 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 #FF5DAB is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 255 93 171 -
CMYK 0 0.64 0.33 0
HSL 331.11º 1% 0.68% -
HSV(B) 331.11º 0.64% 1% -
XYZ 52.51 32.03 41.94 -
YUV 150.33 139.67 202.66 -
System Red Green Blue C M Y K H S L
Decimal 255 93 171 0 0.64 0.33 0 331.11 1 0.68
Hex FF 5D AB 0 40 21 0 14B 64 44
Octal 377 135 253 0 100 41 0 513 144 104
Binary 11111111 1011101 10101011 0 1000000 100001 0 101001011 1100100 1000100

Color Harmonies of #FF5DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5DAB

Black with #FF5DAB

Text Example


Text Example

White with #FF5DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5DAB; }

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

 H1.HeaderClassName
 {
   color: #FF5DAB;
 }
 .AnyTagClassName
 {
   color: #FF5DAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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