#FF7483

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

Shades of Brink Pink #FF7483

Tints of Brink Pink #FF7483

Color information

#FF7483 (or 0xFF7483) is unknown color: approx Brink Pink. HEX triplet: FF, 74 and 83. RGB value is (255,116,131). Sum of RGB (Red+Green+Blue) = 255+116+131=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 116 (45.70% from 255 or 23.11% from 502); Blue value is 131 (51.56% from 255 or 26.10% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7483 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7483 is #008B7C. Grayscale: #9F9F9F. Windows color (decimal): -35709 or 8615167. OLE color: 8615167.

HSL color Cylindrical-coordinate representation of color #FF7483: hue angle of 353.53º 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 #FF7483 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.

Color convert

RGB255116131-
CMYK00.550.490
HSL353.53º100%72.75%-
HSV(B)353.53º54.51%100%-
XYZ51.5835.3925.58-
YUV159.27112.05196.28-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.80%
GREEN value IS 116 (45.70% from 255) = 23.11%
BLUE value IS 131 (51.56% from 255) = 26.10%
R=50.80%
G=23.11%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511613100.550.490353.5310072.75
HexFF74830373101626449
Octal377164203067610542144111
Binary111111111110100100000110110111110001010110001011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7483; }

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

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

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

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

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

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

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

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