Html Css Color HEX #FD7A81 Brink Pink

📋 copy color: '#FD7A81'

red 253 ◦ green 122 ◦ blue 129

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

Shades of Brink Pink #FD7A81

Tints of Brink Pink #FD7A81

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.21%

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

R = 50.2%
G = 24.21%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FD7A81 (or 0xFD7A81) is known color: Brink Pink. HEX triplet: FD, 7A and 81. RGB value is (253,122,129). Sum of RGB (Red+Green+Blue) = 253+122+129=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 122 (48.05% from 255 or 24.21% from 504); Blue value is 129 (50.78% from 255 or 25.60% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7A81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7A81 is #02857E. Grayscale: #A2A2A2. Windows color (decimal): -165247 or 8485629. OLE color: 8485629.

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

Color convert

RGB 253 122 129 -
CMYK 0 0.52 0.49 0.01
HSL 356.79º 0.97% 0.74% -
HSV(B) 356.79º 0.52% 0.99% -
XYZ 51.43 36.39 25.08 -
YUV 161.97 109.4 192.93 -
System Red Green Blue C M Y K H S L
Decimal 253 122 129 0 0.52 0.49 0.01 356.79 0.97 0.74
Hex FD 7A 81 0 34 31 1 165 61 4A
Octal 375 172 201 0 64 61 1 545 141 112
Binary 11111101 1111010 10000001 0 110100 110001 1 101100101 1100001 1001010

Color Harmonies of #FD7A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7A81

Black with #FD7A81

Text Example


Text Example

White with #FD7A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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