#F56483

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

Shades of Brink Pink #F56483

Tints of Brink Pink #F56483

Color information

#F56483 (or 0xF56483) is unknown color: approx Brink Pink. HEX triplet: F5, 64 and 83. RGB value is (245,100,131). Sum of RGB (Red+Green+Blue) = 245+100+131=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 100 (39.45% from 255 or 21.01% from 476); Blue value is 131 (51.56% from 255 or 27.52% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F56483 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56483 is #0A9B7C. Grayscale: #929292. Windows color (decimal): -695165 or 8611061. OLE color: 8611061.

HSL color Cylindrical-coordinate representation of color #F56483: hue angle of 347.17º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F56483 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB245100131-
CMYK00.590.470.04
HSL347.17º87.88%67.65%-
HSV(B)347.17º59.18%96.08%-
XYZ46.3130.1724.85-
YUV146.89119.04197.98-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.47%
GREEN value IS 100 (39.45% from 255) = 21.01%
BLUE value IS 131 (51.56% from 255) = 27.52%
R=51.47%
G=21.01%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510013100.590.470.04347.1787.8867.65
HexF5648303B2F415b5844
Octal365144203073574533130104
Binary11110101110010010000011011101110111110010101101110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56483; }

 p { color: rgb(245,100,131); }

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

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

 a { background-color: rgb(245,100,131); }

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

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

 span { border-color: rgb(245,100,131); }

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