Html Css Color HEX #FD7081 Brink Pink

📋 copy color: '#FD7081'

red 253 ◦ green 112 ◦ blue 129

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

Shades of Brink Pink #FD7081

Tints of Brink Pink #FD7081

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.67%

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

R = 51.21%
G = 22.67%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FD7081 (or 0xFD7081) is known color: Brink Pink. HEX triplet: FD, 70 and 81. RGB value is (253,112,129). Sum of RGB (Red+Green+Blue) = 253+112+129=494 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.21% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 129 (50.78% from 255 or 26.11% from 494); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7081 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7081 is #028F7E. Grayscale: #9C9C9C. Windows color (decimal): -167807 or 8483069. OLE color: 8483069.

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

Color convert

RGB 253 112 129 -
CMYK 0 0.56 0.49 0.01
HSL 352.77º 0.97% 0.72% -
HSV(B) 352.77º 0.56% 0.99% -
XYZ 50.26 34.06 24.69 -
YUV 156.1 112.71 197.12 -
System Red Green Blue C M Y K H S L
Decimal 253 112 129 0 0.56 0.49 0.01 352.77 0.97 0.72
Hex FD 70 81 0 38 31 1 161 61 48
Octal 375 160 201 0 70 61 1 541 141 110
Binary 11111101 1110000 10000001 0 111000 110001 1 101100001 1100001 1001000

Color Harmonies of #FD7081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7081

Black with #FD7081

Text Example


Text Example

White with #FD7081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7081; }

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

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

background-color css

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

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

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

border-color css

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

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

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