#FD7C83

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

Shades of Brink Pink #FD7C83

Tints of Brink Pink #FD7C83

Color information

#FD7C83 (or 0xFD7C83) is unknown color: approx Brink Pink. HEX triplet: FD, 7C and 83. RGB value is (253,124,131). Sum of RGB (Red+Green+Blue) = 253+124+131=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 124 (48.83% from 255 or 24.41% from 508); Blue value is 131 (51.56% from 255 or 25.79% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7C83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7C83 is #02837C. Grayscale: #A3A3A3. Windows color (decimal): -164733 or 8617213. OLE color: 8617213.

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

Color convert

RGB253124131-
CMYK00.510.480.01
HSL356.74º96.99%73.92%-
HSV(B)356.74º50.99%99.22%-
XYZ51.8136.9425.87-
YUV163.37109.74191.93-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.80%
GREEN value IS 124 (48.83% from 255) = 24.41%
BLUE value IS 131 (51.56% from 255) = 25.79%
R=49.80%
G=24.41%
B=25.79%

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
Decimal25312413100.510.480.01356.7496.9973.92
HexFD7C83033301165614a
Octal375174203063601545141112
Binary111111011111100100000110110011110000110110010111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7C83; }

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

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

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

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

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

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

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

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