#FD7383

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

Shades of Brink Pink #FD7383

Tints of Brink Pink #FD7383

Color information

#FD7383 (or 0xFD7383) is unknown color: approx Brink Pink. HEX triplet: FD, 73 and 83. RGB value is (253,115,131). Sum of RGB (Red+Green+Blue) = 253+115+131=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 115 (45.31% from 255 or 23.05% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7383 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7383 is #028C7C. Grayscale: #9E9E9E. Windows color (decimal): -167037 or 8614909. OLE color: 8614909.

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

Color convert

RGB253115131-
CMYK00.550.480.01
HSL353.04º97.18%72.16%-
HSV(B)353.04º54.55%99.22%-
XYZ50.7434.7825.51-
YUV158.09112.72195.7-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.70%
GREEN value IS 115 (45.31% from 255) = 23.05%
BLUE value IS 131 (51.56% from 255) = 26.25%
R=50.70%
G=23.05%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311513100.550.480.01353.0497.1872.16
HexFD73830373011616148
Octal375163203067601541141110
Binary111111011110011100000110110111110000110110000111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7383; }

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

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

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

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

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

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

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

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