#FA61B7

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

Shades of Hot Pink #FA61B7

Tints of Hot Pink #FA61B7

Color information

#FA61B7 (or 0xFA61B7) is unknown color: approx Hot Pink. HEX triplet: FA, 61 and B7. RGB value is (250,97,183). Sum of RGB (Red+Green+Blue) = 250+97+183=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 97 (38.28% from 255 or 18.30% from 530); Blue value is 183 (71.88% from 255 or 34.53% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FA61B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA61B7 is #059E48. Grayscale: #989898. Windows color (decimal): -368201 or 12018170. OLE color: 12018170.

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

Color convert

RGB25097183-
CMYK00.610.270.02
HSL326.27º93.87%68.04%-
HSV(B)326.27º61.2%98.04%-
XYZ52.2532.2948.28-
YUV152.55145.19197.51-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.17%
GREEN value IS 97 (38.28% from 255) = 18.30%
BLUE value IS 183 (71.88% from 255) = 34.53%
R=47.17%
G=18.30%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509718300.610.270.02326.2793.8768.04
HexFA61B703D1B21465e44
Octal372141267075332506136104
Binary111110101100001101101110111101110111010100011010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA61B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA61B7; }

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

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

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

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

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

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

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

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