#F75FAD

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

Shades of Hot Pink #F75FAD

Tints of Hot Pink #F75FAD

Color information

#F75FAD (or 0xF75FAD) is unknown color: approx Hot Pink. HEX triplet: F7, 5F and AD. RGB value is (247,95,173). Sum of RGB (Red+Green+Blue) = 247+95+173=515 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.96% from 515); Green value is 95 (37.5% from 255 or 18.45% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 247 - color contains mainly: red. Hex color #F75FAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75FAD is #08A052. Grayscale: #959595. Windows color (decimal): -565331 or 11362295. OLE color: 11362295.

HSL color Cylindrical-coordinate representation of color #F75FAD: hue angle of 329.21º 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 #F75FAD is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB24795173-
CMYK00.620.300.03
HSL329.21º90.48%67.06%-
HSV(B)329.21º61.54%96.86%-
XYZ49.9930.9842.88-
YUV149.34141.36197.66-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.96%
GREEN value IS 95 (37.5% from 255) = 18.45%
BLUE value IS 173 (67.97% from 255) = 33.59%
R=47.96%
G=18.45%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479517300.620.300.03329.2190.4867.06
HexF75FAD03E1E31495a43
Octal367137255076363511132103
Binary111101111011111101011010111110111101110100100110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75FAD; }

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

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

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

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

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

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

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

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