#FA608A

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

Shades of Brink Pink #FA608A

Tints of Brink Pink #FA608A

Color information

#FA608A (or 0xFA608A) is unknown color: approx Brink Pink. HEX triplet: FA, 60 and 8A. RGB value is (250,96,138). Sum of RGB (Red+Green+Blue) = 250+96+138=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 96 (37.89% from 255 or 19.83% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FA608A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA608A is #059F75. Grayscale: #929292. Windows color (decimal): -368502 or 9068794. OLE color: 9068794.

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

Color convert

RGB25096138-
CMYK00.620.450.02
HSL343.64º93.9%67.84%-
HSV(B)343.64º61.6%98.04%-
XYZ48.1930.5227.4-
YUV146.83123.02201.58-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.65%
GREEN value IS 96 (37.89% from 255) = 19.83%
BLUE value IS 138 (54.30% from 255) = 28.51%
R=51.65%
G=19.83%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509613800.620.450.02343.6493.967.84
HexFA608A03E2D21585e44
Octal372140212076552530136104
Binary1111101011000001000101001111101011011010101100010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA608A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA608A; }

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

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

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

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

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

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

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

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