Html Css Color HEX #FD7881 Brink Pink

📋 copy color: '#FD7881'

red 253 ◦ green 120 ◦ blue 129

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

Shades of Brink Pink #FD7881

Tints of Brink Pink #FD7881

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.9%

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

R = 50.4%
G = 23.9%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FD7881 (or 0xFD7881) is known color: Brink Pink. HEX triplet: FD, 78 and 81. RGB value is (253,120,129). Sum of RGB (Red+Green+Blue) = 253+120+129=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 120 (47.27% from 255 or 23.90% from 502); Blue value is 129 (50.78% from 255 or 25.70% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7881 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7881 is #02877E. Grayscale: #A0A0A0. Windows color (decimal): -165759 or 8485117. OLE color: 8485117.

HSL color Cylindrical-coordinate representation of color #FD7881: hue angle of 355.94º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FD7881 is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 120 129 -
CMYK 0 0.53 0.49 0.01
HSL 355.94º 0.97% 0.73% -
HSV(B) 355.94º 0.53% 0.99% -
XYZ 51.19 35.9 25 -
YUV 160.79 110.06 193.77 -
System Red Green Blue C M Y K H S L
Decimal 253 120 129 0 0.53 0.49 0.01 355.94 0.97 0.73
Hex FD 78 81 0 35 31 1 164 61 49
Octal 375 170 201 0 65 61 1 544 141 111
Binary 11111101 1111000 10000001 0 110101 110001 1 101100100 1100001 1001001

Color Harmonies of #FD7881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7881

Black with #FD7881

Text Example


Text Example

White with #FD7881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7881; }

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

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

background-color css

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

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

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

border-color css

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

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

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