#FA6996

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

Shades of Brink Pink #FA6996

Tints of Brink Pink #FA6996

Color information

#FA6996 (or 0xFA6996) is unknown color: approx Brink Pink. HEX triplet: FA, 69 and 96. RGB value is (250,105,150). Sum of RGB (Red+Green+Blue) = 250+105+150=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 105 (41.41% from 255 or 20.79% from 505); Blue value is 150 (58.98% from 255 or 29.70% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6996 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6996 is #059669. Grayscale: #999999. Windows color (decimal): -366186 or 9857530. OLE color: 9857530.

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

Color convert

RGB250105150-
CMYK00.580.40.02
HSL341.38º93.55%69.61%-
HSV(B)341.38º58%98.04%-
XYZ49.9832.6332.52-
YUV153.48126.04196.84-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.50%
GREEN value IS 105 (41.41% from 255) = 20.79%
BLUE value IS 150 (58.98% from 255) = 29.70%
R=49.50%
G=20.79%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.4
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010515000.580.40.02341.3893.5569.61
HexFA699603A2821555e46
Octal372151226072502525136106
Binary1111101011010011001011001110101010001010101010110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6996; }

 p { color: rgb(250,105,150); }

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

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

 a { background-color: rgb(250,105,150); }

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

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

 span { border-color: rgb(250,105,150); }

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