#FA6185

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

Shades of Brink Pink #FA6185

Tints of Brink Pink #FA6185

Color information

#FA6185 (or 0xFA6185) is unknown color: approx Brink Pink. HEX triplet: FA, 61 and 85. RGB value is (250,97,133). Sum of RGB (Red+Green+Blue) = 250+97+133=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 97 (38.28% from 255 or 20.21% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6185 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6185 is #059E7A. Grayscale: #929292. Windows color (decimal): -368251 or 8741370. OLE color: 8741370.

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

Color convert

RGB25097133-
CMYK00.610.470.02
HSL345.88º93.87%68.04%-
HSV(B)345.88º61.2%98.04%-
XYZ47.9330.5725.56-
YUV146.85120.19201.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.08%
GREEN value IS 97 (38.28% from 255) = 20.21%
BLUE value IS 133 (52.34% from 255) = 27.71%
R=52.08%
G=20.21%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509713300.610.470.02345.8893.8768.04
HexFA618503D2F215a5e44
Octal372141205075572532136104
Binary1111101011000011000010101111011011111010101101010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6185; }

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

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

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

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

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

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

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

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