#FD7484

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

Shades of Brink Pink #FD7484

Tints of Brink Pink #FD7484

Color information

#FD7484 (or 0xFD7484) is unknown color: approx Brink Pink. HEX triplet: FD, 74 and 84. RGB value is (253,116,132). Sum of RGB (Red+Green+Blue) = 253+116+132=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 132 (51.95% from 255 or 26.35% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7484 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7484 is #028B7B. Grayscale: #9E9E9E. Windows color (decimal): -166780 or 8680701. OLE color: 8680701.

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

Color convert

RGB253116132-
CMYK00.540.480.01
HSL352.99º97.16%72.35%-
HSV(B)352.99º54.15%99.22%-
XYZ50.9235.0425.91-
YUV158.79112.89195.2-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.50%
GREEN value IS 116 (45.70% from 255) = 23.15%
BLUE value IS 132 (51.95% from 255) = 26.35%
R=50.50%
G=23.15%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311613200.540.480.01352.9997.1672.35
HexFD74840363011616148
Octal375164204066601541141110
Binary111111011110100100001000110110110000110110000111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7484; }

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

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

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

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

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

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

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

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