#FD7C84

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

Shades of Brink Pink #FD7C84

Tints of Brink Pink #FD7C84

Color information

#FD7C84 (or 0xFD7C84) is unknown color: approx Brink Pink. HEX triplet: FD, 7C and 84. RGB value is (253,124,132). Sum of RGB (Red+Green+Blue) = 253+124+132=509 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.71% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 132 (51.95% from 255 or 25.93% from 509); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7C84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7C84 is #02837B. Grayscale: #A3A3A3. Windows color (decimal): -164732 or 8682749. OLE color: 8682749.

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

Color convert

RGB253124132-
CMYK00.510.480.01
HSL356.28º96.99%73.92%-
HSV(B)356.28º50.99%99.22%-
XYZ51.8836.9626.23-
YUV163.48110.24191.85-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.71%
GREEN value IS 124 (48.83% from 255) = 24.36%
BLUE value IS 132 (51.95% from 255) = 25.93%
R=49.71%
G=24.36%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312413200.510.480.01356.2896.9973.92
HexFD7C84033301164614a
Octal375174204063601544141112
Binary111111011111100100001000110011110000110110010011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7C84; }

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

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

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

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

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

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

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

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