#FA6FB4

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

Shades of Hot Pink #FA6FB4

Tints of Hot Pink #FA6FB4

Color information

#FA6FB4 (or 0xFA6FB4) is unknown color: approx Hot Pink. HEX triplet: FA, 6F and B4. RGB value is (250,111,180). Sum of RGB (Red+Green+Blue) = 250+111+180=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 111 (43.75% from 255 or 20.52% from 541); Blue value is 180 (70.70% from 255 or 33.27% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6FB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6FB4 is #05904B. Grayscale: #A0A0A0. Windows color (decimal): -364620 or 11825146. OLE color: 11825146.

HSL color Cylindrical-coordinate representation of color #FA6FB4: hue angle of 330.22º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA6FB4 is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB250111180-
CMYK00.560.280.02
HSL330.22º93.29%70.78%-
HSV(B)330.22º55.6%98.04%-
XYZ53.3534.9947.12-
YUV160.43139.05191.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.21%
GREEN value IS 111 (43.75% from 255) = 20.52%
BLUE value IS 180 (70.70% from 255) = 33.27%
R=46.21%
G=20.52%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011118000.560.280.02330.2293.2970.78
HexFA6FB40381C214a5d47
Octal372157264070342512135107
Binary111110101101111101101000111000111001010100101010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6FB4; }

 p { color: rgb(250,111,180); }

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

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

 a { background-color: rgb(250,111,180); }

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

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

 span { border-color: rgb(250,111,180); }

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