Html Css Color HEX #FD5AAB Brilliant Rose

📋 copy color: '#FD5AAB'

red 253 ◦ green 90 ◦ blue 171

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

Shades of Brilliant Rose #FD5AAB

Tints of Brilliant Rose #FD5AAB

RGB

 RED value IS 253 (99.22% from 255) = 49.22%

 GREEN value IS 90 (35.55% from 255) = 17.51%

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

R = 49.22%
G = 17.51%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FD5AAB (or 0xFD5AAB) is known color: Brilliant Rose. HEX triplet: FD, 5A and AB. RGB value is (253,90,171). Sum of RGB (Red+Green+Blue) = 253+90+171=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 90 (35.55% from 255 or 17.51% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5AAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5AAB is #02A554. Grayscale: #939393. Windows color (decimal): -173397 or 11229949. OLE color: 11229949.

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

Color convert

RGB 253 90 171 -
CMYK 0 0.64 0.32 0.01
HSL 330.18º 0.98% 0.67% -
HSV(B) 330.18º 0.64% 0.99% -
XYZ 51.51 31.14 41.82 -
YUV 147.97 141 202.91 -
System Red Green Blue C M Y K H S L
Decimal 253 90 171 0 0.64 0.32 0.01 330.18 0.98 0.67
Hex FD 5A AB 0 40 20 1 14A 62 43
Octal 375 132 253 0 100 40 1 512 142 103
Binary 11111101 1011010 10101011 0 1000000 100000 1 101001010 1100010 1000011

Color Harmonies of #FD5AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5AAB

Black with #FD5AAB

Text Example


Text Example

White with #FD5AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5AAB; }

 p { color: rgb(253,90,171); }

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

background-color css

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

 a { background-color: rgb(253,90,171); }

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

border-color css

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

 span { border-color: rgb(253,90,171); }

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