#F75FAC

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

Shades of Hot Pink #F75FAC

Tints of Hot Pink #F75FAC

Color information

#F75FAC (or 0xF75FAC) is unknown color: approx Hot Pink. HEX triplet: F7, 5F and AC. RGB value is (247,95,172). Sum of RGB (Red+Green+Blue) = 247+95+172=514 (68% of max value = 765). Red value is 247 (96.88% from 255 or 48.05% from 514); Green value is 95 (37.5% from 255 or 18.48% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 247 - color contains mainly: red. Hex color #F75FAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75FAC is #08A053. Grayscale: #959595. Windows color (decimal): -565332 or 11296759. OLE color: 11296759.

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

Color convert

RGB24795172-
CMYK00.620.300.03
HSL329.61º90.48%67.06%-
HSV(B)329.61º61.54%96.86%-
XYZ49.930.9442.37-
YUV149.23140.86197.74-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.05%
GREEN value IS 95 (37.5% from 255) = 18.48%
BLUE value IS 172 (67.58% from 255) = 33.46%
R=48.05%
G=18.48%
B=33.46%

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
Decimal2479517200.620.300.03329.6190.4867.06
HexF75FAC03E1E314a5a43
Octal367137254076363512132103
Binary111101111011111101011000111110111101110100101010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75FAC; }

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

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

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

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

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

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

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

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