#F75FB5

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

Shades of Hot Pink #F75FB5

Tints of Hot Pink #F75FB5

Color information

#F75FB5 (or 0xF75FB5) is unknown color: approx Hot Pink. HEX triplet: F7, 5F and B5. RGB value is (247,95,181). Sum of RGB (Red+Green+Blue) = 247+95+181=523 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.23% from 523); Green value is 95 (37.5% from 255 or 18.16% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 247 - color contains mainly: red. Hex color #F75FB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75FB5 is #08A04A. Grayscale: #969696. Windows color (decimal): -565323 or 11886583. OLE color: 11886583.

HSL color Cylindrical-coordinate representation of color #F75FB5: hue angle of 326.05º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F75FB5 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB24795181-
CMYK00.620.270.03
HSL326.05º90.48%67.06%-
HSV(B)326.05º61.54%96.86%-
XYZ50.7931.2947.08-
YUV150.25145.36197.01-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.23%
GREEN value IS 95 (37.5% from 255) = 18.16%
BLUE value IS 181 (71.09% from 255) = 34.61%
R=47.23%
G=18.16%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479518100.620.270.03326.0590.4867.06
HexF75FB503E1B31465a43
Octal367137265076333506132103
Binary111101111011111101101010111110110111110100011010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75FB5; }

 p { color: rgb(247,95,181); }

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

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

 a { background-color: rgb(247,95,181); }

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

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

 span { border-color: rgb(247,95,181); }

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