#F75AB7

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

Shades of Hot Pink #F75AB7

Tints of Hot Pink #F75AB7

Color information

#F75AB7 (or 0xF75AB7) is unknown color: approx Hot Pink. HEX triplet: F7, 5A and B7. RGB value is (247,90,183). Sum of RGB (Red+Green+Blue) = 247+90+183=520 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.5% from 520); Green value is 90 (35.55% from 255 or 17.31% from 520); Blue value is 183 (71.88% from 255 or 35.19% from 520); Max value from RGB is 247 - color contains mainly: red. Hex color #F75AB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75AB7 is #08A548. Grayscale: #939393. Windows color (decimal): -566601 or 12016375. OLE color: 12016375.

HSL color Cylindrical-coordinate representation of color #F75AB7: hue angle of 324.46º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F75AB7 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.03.

Color convert

RGB24790183-
CMYK00.640.260.03
HSL324.46º90.75%66.08%-
HSV(B)324.46º63.56%96.86%-
XYZ50.5630.5148.02-
YUV147.54148.01198.94-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.5%
GREEN value IS 90 (35.55% from 255) = 17.31%
BLUE value IS 183 (71.88% from 255) = 35.19%
R=47.5%
G=17.31%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479018300.640.260.03324.4690.7566.08
HexF75AB70401A31445b42
Octal3671322670100323504133102
Binary1111011110110101011011101000000110101110100010010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75AB7; }

 p { color: rgb(247,90,183); }

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

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

 a { background-color: rgb(247,90,183); }

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

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

 span { border-color: rgb(247,90,183); }

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