#F872AC

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

Shades of Hot Pink #F872AC

Tints of Hot Pink #F872AC

Color information

#F872AC (or 0xF872AC) is unknown color: approx Hot Pink. HEX triplet: F8, 72 and AC. RGB value is (248,114,172). Sum of RGB (Red+Green+Blue) = 248+114+172=534 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.44% from 534); Green value is 114 (44.92% from 255 or 21.35% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 248 - color contains mainly: red. Hex color #F872AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F872AC is #078D53. Grayscale: #A0A0A0. Windows color (decimal): -494932 or 11301624. OLE color: 11301624.

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

Color convert

RGB248114172-
CMYK00.540.310.03
HSL334.03º90.54%70.98%-
HSV(B)334.03º54.03%97.25%-
XYZ52.1834.9743.03-
YUV160.68134.39190.28-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.44%
GREEN value IS 114 (44.92% from 255) = 21.35%
BLUE value IS 172 (67.58% from 255) = 32.21%
R=46.44%
G=21.35%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811417200.540.310.03334.0390.5470.98
HexF872AC0361F314e5b47
Octal370162254066373516133107
Binary111110001110010101011000110110111111110100111010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F872AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F872AC; }

 p { color: rgb(248,114,172); }

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

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

 a { background-color: rgb(248,114,172); }

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

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

 span { border-color: rgb(248,114,172); }

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