#FA61B5

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

Shades of Hot Pink #FA61B5

Tints of Hot Pink #FA61B5

Color information

#FA61B5 (or 0xFA61B5) is unknown color: approx Hot Pink. HEX triplet: FA, 61 and B5. RGB value is (250,97,181). Sum of RGB (Red+Green+Blue) = 250+97+181=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 97 (38.28% from 255 or 18.37% from 528); Blue value is 181 (71.09% from 255 or 34.28% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FA61B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA61B5 is #059E4A. Grayscale: #989898. Windows color (decimal): -368203 or 11887098. OLE color: 11887098.

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

Color convert

RGB25097181-
CMYK00.610.280.02
HSL327.06º93.87%68.04%-
HSV(B)327.06º61.2%98.04%-
XYZ52.0432.2147.19-
YUV152.32144.19197.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.35%
GREEN value IS 97 (38.28% from 255) = 18.37%
BLUE value IS 181 (71.09% from 255) = 34.28%
R=47.35%
G=18.37%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509718100.610.280.02327.0693.8768.04
HexFA61B503D1C21475e44
Octal372141265075342507136104
Binary111110101100001101101010111101111001010100011110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA61B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA61B5; }

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

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

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

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

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

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

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

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