#FA6188

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

Shades of Brink Pink #FA6188

Tints of Brink Pink #FA6188

Color information

#FA6188 (or 0xFA6188) is unknown color: approx Brink Pink. HEX triplet: FA, 61 and 88. RGB value is (250,97,136). Sum of RGB (Red+Green+Blue) = 250+97+136=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 97 (38.28% from 255 or 20.08% from 483); Blue value is 136 (53.52% from 255 or 28.16% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6188 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6188 is #059E77. Grayscale: #939393. Windows color (decimal): -368248 or 8937978. OLE color: 8937978.

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

Color convert

RGB25097136-
CMYK00.610.460.02
HSL344.71º93.87%68.04%-
HSV(B)344.71º61.2%98.04%-
XYZ48.1430.6526.67-
YUV147.19121.69201.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.76%
GREEN value IS 97 (38.28% from 255) = 20.08%
BLUE value IS 136 (53.52% from 255) = 28.16%
R=51.76%
G=20.08%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509713600.610.460.02344.7193.8768.04
HexFA618803D2E21595e44
Octal372141210075562531136104
Binary1111101011000011000100001111011011101010101100110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6188; }

 p { color: rgb(250,97,136); }

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

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

 a { background-color: rgb(250,97,136); }

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

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

 span { border-color: rgb(250,97,136); }

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