#FA6995

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

Shades of Brink Pink #FA6995

Tints of Brink Pink #FA6995

Color information

#FA6995 (or 0xFA6995) is unknown color: approx Brink Pink. HEX triplet: FA, 69 and 95. RGB value is (250,105,149). Sum of RGB (Red+Green+Blue) = 250+105+149=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 105 (41.41% from 255 or 20.83% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6995 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6995 is #05966A. Grayscale: #999999. Windows color (decimal): -366187 or 9791994. OLE color: 9791994.

HSL color Cylindrical-coordinate representation of color #FA6995: hue angle of 341.79º 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 #FA6995 is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB250105149-
CMYK00.580.400.02
HSL341.79º93.55%69.61%-
HSV(B)341.79º58%98.04%-
XYZ49.932.632.1-
YUV153.37125.54196.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.60%
GREEN value IS 105 (41.41% from 255) = 20.83%
BLUE value IS 149 (58.59% from 255) = 29.56%
R=49.60%
G=20.83%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010514900.580.400.02341.7993.5569.61
HexFA699503A2821565e46
Octal372151225072502526136106
Binary1111101011010011001010101110101010001010101011010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6995; }

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

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

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

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

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

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

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

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