#FA61B0

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

Shades of Hot Pink #FA61B0

Tints of Hot Pink #FA61B0

Color information

#FA61B0 (or 0xFA61B0) is unknown color: approx Hot Pink. HEX triplet: FA, 61 and B0. RGB value is (250,97,176). Sum of RGB (Red+Green+Blue) = 250+97+176=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 97 (38.28% from 255 or 18.55% from 523); Blue value is 176 (69.14% from 255 or 33.65% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FA61B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA61B0 is #059E4F. Grayscale: #979797. Windows color (decimal): -368208 or 11559418. OLE color: 11559418.

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

Color convert

RGB25097176-
CMYK00.610.300.02
HSL329.02º93.87%68.04%-
HSV(B)329.02º61.2%98.04%-
XYZ51.5432.0144.54-
YUV151.75141.69198.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.80%
GREEN value IS 97 (38.28% from 255) = 18.55%
BLUE value IS 176 (69.14% from 255) = 33.65%
R=47.80%
G=18.55%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509717600.610.300.02329.0293.8768.04
HexFA61B003D1E21495e44
Octal372141260075362511136104
Binary111110101100001101100000111101111101010100100110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA61B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA61B0; }

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

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

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

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

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

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

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

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