#FA698A

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

Shades of Brink Pink #FA698A

Tints of Brink Pink #FA698A

Color information

#FA698A (or 0xFA698A) is unknown color: approx Brink Pink. HEX triplet: FA, 69 and 8A. RGB value is (250,105,138). Sum of RGB (Red+Green+Blue) = 250+105+138=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 105 (41.41% from 255 or 21.30% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FA698A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA698A is #059675. Grayscale: #989898. Windows color (decimal): -366198 or 9071098. OLE color: 9071098.

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

Color convert

RGB250105138-
CMYK00.580.450.02
HSL346.34º93.55%69.61%-
HSV(B)346.34º58%98.04%-
XYZ49.0632.2627.69-
YUV152.12120.04197.82-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.71%
GREEN value IS 105 (41.41% from 255) = 21.30%
BLUE value IS 138 (54.30% from 255) = 27.99%
R=50.71%
G=21.30%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010513800.580.450.02346.3493.5569.61
HexFA698A03A2D215a5e46
Octal372151212072552532136106
Binary1111101011010011000101001110101011011010101101010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA698A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA698A; }

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

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

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

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

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

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

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

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