#FA61B8

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

Shades of Hot Pink #FA61B8

Tints of Hot Pink #FA61B8

Color information

#FA61B8 (or 0xFA61B8) is unknown color: approx Hot Pink. HEX triplet: FA, 61 and B8. RGB value is (250,97,184). Sum of RGB (Red+Green+Blue) = 250+97+184=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 97 (38.28% from 255 or 18.27% from 531); Blue value is 184 (72.27% from 255 or 34.65% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FA61B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA61B8 is #059E47. Grayscale: #989898. Windows color (decimal): -368200 or 12083706. OLE color: 12083706.

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

Color convert

RGB25097184-
CMYK00.610.260.02
HSL325.88º93.87%68.04%-
HSV(B)325.88º61.2%98.04%-
XYZ52.3532.3348.83-
YUV152.66145.69197.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.08%
GREEN value IS 97 (38.28% from 255) = 18.27%
BLUE value IS 184 (72.27% from 255) = 34.65%
R=47.08%
G=18.27%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509718400.610.260.02325.8893.8768.04
HexFA61B803D1A21465e44
Octal372141270075322506136104
Binary111110101100001101110000111101110101010100011010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA61B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA61B8; }

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

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

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

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

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

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

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

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