#FA5D84

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

Shades of Brink Pink #FA5D84

Tints of Brink Pink #FA5D84

Color information

#FA5D84 (or 0xFA5D84) is unknown color: approx Brink Pink. HEX triplet: FA, 5D and 84. RGB value is (250,93,132). Sum of RGB (Red+Green+Blue) = 250+93+132=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 93 (36.72% from 255 or 19.58% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5D84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5D84 is #05A27B. Grayscale: #909090. Windows color (decimal): -369276 or 8674810. OLE color: 8674810.

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

Color convert

RGB25093132-
CMYK00.630.470.02
HSL345.1º94.01%67.25%-
HSV(B)345.1º62.8%98.04%-
XYZ47.529.8225.08-
YUV144.39121.01203.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.63%
GREEN value IS 93 (36.72% from 255) = 19.58%
BLUE value IS 132 (51.95% from 255) = 27.79%
R=52.63%
G=19.58%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509313200.630.470.02345.194.0167.25
HexFA5D8403F2F21595e43
Octal372135204077572531136103
Binary1111101010111011000010001111111011111010101100110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5D84; }

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

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

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

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

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

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

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

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