#FA75B0

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

Shades of Hot Pink #FA75B0

Tints of Hot Pink #FA75B0

Color information

#FA75B0 (or 0xFA75B0) is unknown color: approx Hot Pink. HEX triplet: FA, 75 and B0. RGB value is (250,117,176). Sum of RGB (Red+Green+Blue) = 250+117+176=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 117 (46.09% from 255 or 21.55% from 543); Blue value is 176 (69.14% from 255 or 32.41% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FA75B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA75B0 is #058A4F. Grayscale: #A3A3A3. Windows color (decimal): -363088 or 11564538. OLE color: 11564538.

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

Color convert

RGB250117176-
CMYK00.530.300.02
HSL333.38º93.01%71.96%-
HSV(B)333.38º53.2%98.04%-
XYZ53.6236.1845.23-
YUV163.49135.06189.7-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.04%
GREEN value IS 117 (46.09% from 255) = 21.55%
BLUE value IS 176 (69.14% from 255) = 32.41%
R=46.04%
G=21.55%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011717600.530.300.02333.3893.0171.96
HexFA75B00351E214d5d48
Octal372165260065362515135110
Binary111110101110101101100000110101111101010100110110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA75B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA75B0; }

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

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

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

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

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

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

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

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