#FF7383

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

Shades of Brink Pink #FF7383

Tints of Brink Pink #FF7383

Color information

#FF7383 (or 0xFF7383) is unknown color: approx Brink Pink. HEX triplet: FF, 73 and 83. RGB value is (255,115,131). Sum of RGB (Red+Green+Blue) = 255+115+131=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 115 (45.31% from 255 or 22.95% from 501); Blue value is 131 (51.56% from 255 or 26.15% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7383 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7383 is #008C7C. Grayscale: #9E9E9E. Windows color (decimal): -35965 or 8614911. OLE color: 8614911.

HSL color Cylindrical-coordinate representation of color #FF7383: hue angle of 353.14º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF7383 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.

Color convert

RGB255115131-
CMYK00.550.490
HSL353.14º100%72.55%-
HSV(B)353.14º54.9%100%-
XYZ51.4735.1625.55-
YUV158.68112.38196.7-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.90%
GREEN value IS 115 (45.31% from 255) = 22.95%
BLUE value IS 131 (51.56% from 255) = 26.15%
R=50.90%
G=22.95%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511513100.550.490353.1410072.55
HexFF73830373101616449
Octal377163203067610541144111
Binary111111111110011100000110110111110001010110000111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7383; }

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

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

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

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

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

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

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

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