Html Css Color HEX #FD5A81 Brink Pink

📋 copy color: '#FD5A81'

red 253 ◦ green 90 ◦ blue 129

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

Shades of Brink Pink #FD5A81

Tints of Brink Pink #FD5A81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.33%

R = 53.6%
G = 19.07%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FD5A81 (or 0xFD5A81) is known color: Brink Pink. HEX triplet: FD, 5A and 81. RGB value is (253,90,129). Sum of RGB (Red+Green+Blue) = 253+90+129=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 90 (35.55% from 255 or 19.07% from 472); Blue value is 129 (50.78% from 255 or 27.33% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5A81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5A81 is #02A57E. Grayscale: #8F8F8F. Windows color (decimal): -173439 or 8477437. OLE color: 8477437.

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

Color convert

RGB 253 90 129 -
CMYK 0 0.64 0.49 0.01
HSL 345.64º 0.98% 0.67% -
HSV(B) 345.64º 0.64% 0.99% -
XYZ 48.13 29.78 23.98 -
YUV 143.18 120 206.33 -
System Red Green Blue C M Y K H S L
Decimal 253 90 129 0 0.64 0.49 0.01 345.64 0.98 0.67
Hex FD 5A 81 0 40 31 1 15A 62 43
Octal 375 132 201 0 100 61 1 532 142 103
Binary 11111101 1011010 10000001 0 1000000 110001 1 101011010 1100010 1000011

Color Harmonies of #FD5A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5A81

Black with #FD5A81

Text Example


Text Example

White with #FD5A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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