#FA5684

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

Shades of Brink Pink #FA5684

Tints of Brink Pink #FA5684

Color information

#FA5684 (or 0xFA5684) is unknown color: approx Brink Pink. HEX triplet: FA, 56 and 84. RGB value is (250,86,132). Sum of RGB (Red+Green+Blue) = 250+86+132=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 86 (33.98% from 255 or 18.38% from 468); Blue value is 132 (51.95% from 255 or 28.21% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5684 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5684 is #05A97B. Grayscale: #8C8C8C. Windows color (decimal): -371068 or 8673018. OLE color: 8673018.

HSL color Cylindrical-coordinate representation of color #FA5684: hue angle of 343.17º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA5684 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB25086132-
CMYK00.660.470.02
HSL343.17º94.25%65.88%-
HSV(B)343.17º65.6%98.04%-
XYZ46.9228.6524.89-
YUV140.28123.33206.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 53.42%
GREEN value IS 86 (33.98% from 255) = 18.38%
BLUE value IS 132 (51.95% from 255) = 28.21%
R=53.42%
G=18.38%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508613200.660.470.02343.1794.2565.88
HexFA56840422F21575e42
Octal3721262040102572527136102
Binary11111010101011010000100010000101011111010101011110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5684; }

 p { color: rgb(250,86,132); }

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

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

 a { background-color: rgb(250,86,132); }

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

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

 span { border-color: rgb(250,86,132); }

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