#FA6581

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

Shades of Brink Pink #FA6581

Tints of Brink Pink #FA6581

Color information

#FA6581 (or 0xFA6581) is unknown color: approx Brink Pink. HEX triplet: FA, 65 and 81. RGB value is (250,101,129). Sum of RGB (Red+Green+Blue) = 250+101+129=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 101 (39.84% from 255 or 21.04% from 480); Blue value is 129 (50.78% from 255 or 26.88% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6581 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6581 is #059A7E. Grayscale: #949494. Windows color (decimal): -367231 or 8480250. OLE color: 8480250.

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

Color convert

RGB250101129-
CMYK00.600.480.02
HSL348.72º93.71%68.82%-
HSV(B)348.72º59.6%98.04%-
XYZ48.0431.2224.26-
YUV148.74116.86200.22-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.08%
GREEN value IS 101 (39.84% from 255) = 21.04%
BLUE value IS 129 (50.78% from 255) = 26.88%
R=52.08%
G=21.04%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010112900.600.480.02348.7293.7168.82
HexFA658103C30215d5e45
Octal372145201074602535136105
Binary1111101011001011000000101111001100001010101110110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6581; }

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

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

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

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

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

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

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

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