#FD7481

Color #FD7481 Brink Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brink Pink #FD7481

Tints of Brink Pink #FD7481

Color information

#FD7481 (or 0xFD7481) is unknown color: approx Brink Pink. HEX triplet: FD, 74 and 81. RGB value is (253,116,129). Sum of RGB (Red+Green+Blue) = 253+116+129=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 116 (45.70% from 255 or 23.29% from 498); Blue value is 129 (50.78% from 255 or 25.90% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7481 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7481 is #028B7E. Grayscale: #9E9E9E. Windows color (decimal): -166783 or 8484093. OLE color: 8484093.

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

Color convert

RGB253116129-
CMYK00.540.490.01
HSL354.31º97.16%72.35%-
HSV(B)354.31º54.15%99.22%-
XYZ50.7234.9624.84-
YUV158.44111.39195.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.80%
GREEN value IS 116 (45.70% from 255) = 23.29%
BLUE value IS 129 (50.78% from 255) = 25.90%
R=50.80%
G=23.29%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311612900.540.490.01354.3197.1672.35
HexFD74810363111626148
Octal375164201066611542141110
Binary111111011110100100000010110110110001110110001011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7481; }

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

 H1.HeaderClassName
 {
   color: #FD7481;
 }
 .AnyTagClassName
 {
   color: #FD7481;
 }
</style>
background-color css

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

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

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

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

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

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