#F56384

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

Shades of Brink Pink #F56384

Tints of Brink Pink #F56384

Color information

#F56384 (or 0xF56384) is unknown color: approx Brink Pink. HEX triplet: F5, 63 and 84. RGB value is (245,99,132). Sum of RGB (Red+Green+Blue) = 245+99+132=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 99 (39.06% from 255 or 20.80% from 476); Blue value is 132 (51.95% from 255 or 27.73% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F56384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56384 is #0A9C7B. Grayscale: #929292. Windows color (decimal): -695420 or 8676341. OLE color: 8676341.

HSL color Cylindrical-coordinate representation of color #F56384: hue angle of 346.44º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F56384 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB24599132-
CMYK00.600.460.04
HSL346.44º87.95%67.45%-
HSV(B)346.44º59.59%96.08%-
XYZ46.283025.18-
YUV146.42119.87198.32-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.47%
GREEN value IS 99 (39.06% from 255) = 20.80%
BLUE value IS 132 (51.95% from 255) = 27.73%
R=51.47%
G=20.80%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459913200.600.460.04346.4487.9567.45
HexF5638403C2E415a5843
Octal365143204074564532130103
Binary11110101110001110000100011110010111010010101101010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56384; }

 p { color: rgb(245,99,132); }

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

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

 a { background-color: rgb(245,99,132); }

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

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

 span { border-color: rgb(245,99,132); }

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