Html Css Color HEX #FD5AAA Brilliant Rose

📋 copy color: '#FD5AAA'

red 253 ◦ green 90 ◦ blue 170

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

Shades of Brilliant Rose #FD5AAA

Tints of Brilliant Rose #FD5AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.14%

R = 49.32%
G = 17.54%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FD5AAA (or 0xFD5AAA) is known color: Brilliant Rose. HEX triplet: FD, 5A and AA. RGB value is (253,90,170). Sum of RGB (Red+Green+Blue) = 253+90+170=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 90 (35.55% from 255 or 17.54% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5AAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5AAA is #02A555. Grayscale: #939393. Windows color (decimal): -173398 or 11164413. OLE color: 11164413.

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

Color convert

RGB 253 90 170 -
CMYK 0 0.64 0.33 0.01
HSL 330.55º 0.98% 0.67% -
HSV(B) 330.55º 0.64% 0.99% -
XYZ 51.42 31.1 41.32 -
YUV 147.86 140.5 203 -
System Red Green Blue C M Y K H S L
Decimal 253 90 170 0 0.64 0.33 0.01 330.55 0.98 0.67
Hex FD 5A AA 0 40 21 1 14B 62 43
Octal 375 132 252 0 100 41 1 513 142 103
Binary 11111101 1011010 10101010 0 1000000 100001 1 101001011 1100010 1000011

Color Harmonies of #FD5AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5AAA

Black with #FD5AAA

Text Example


Text Example

White with #FD5AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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