#FA7581

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

Shades of Brink Pink #FA7581

Tints of Brink Pink #FA7581

Color information

#FA7581 (or 0xFA7581) is unknown color: approx Brink Pink. HEX triplet: FA, 75 and 81. RGB value is (250,117,129). Sum of RGB (Red+Green+Blue) = 250+117+129=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 129 (50.78% from 255 or 26.01% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7581 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7581 is #058A7E. Grayscale: #9E9E9E. Windows color (decimal): -363135 or 8484346. OLE color: 8484346.

HSL color Cylindrical-coordinate representation of color #FA7581: hue angle of 354.59º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FA7581 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB250117129-
CMYK00.530.480.02
HSL354.59º93.01%71.96%-
HSV(B)354.59º53.2%98.04%-
XYZ49.7534.6324.83-
YUV158.14111.56193.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.40%
GREEN value IS 117 (46.09% from 255) = 23.59%
BLUE value IS 129 (50.78% from 255) = 26.01%
R=50.40%
G=23.59%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011712900.530.480.02354.5993.0171.96
HexFA75810353021635d48
Octal372165201065602543135110
Binary1111101011101011000000101101011100001010110001110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7581; }

 p { color: rgb(250,117,129); }

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

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

 a { background-color: rgb(250,117,129); }

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

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

 span { border-color: rgb(250,117,129); }

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