#F972B8

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

Shades of Hot Pink #F972B8

Tints of Hot Pink #F972B8

Color information

#F972B8 (or 0xF972B8) is unknown color: approx Hot Pink. HEX triplet: F9, 72 and B8. RGB value is (249,114,184). Sum of RGB (Red+Green+Blue) = 249+114+184=547 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.52% from 547); Green value is 114 (44.92% from 255 or 20.84% from 547); Blue value is 184 (72.27% from 255 or 33.64% from 547); Max value from RGB is 249 - color contains mainly: red. Hex color #F972B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F972B8 is #068D47. Grayscale: #A2A2A2. Windows color (decimal): -429384 or 12088057. OLE color: 12088057.

HSL color Cylindrical-coordinate representation of color #F972B8: hue angle of 328.89º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F972B8 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB249114184-
CMYK00.540.260.02
HSL328.89º91.84%71.18%-
HSV(B)328.89º54.22%97.65%-
XYZ53.7435.6449.39-
YUV162.34140.23189.81-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.52%
GREEN value IS 114 (44.92% from 255) = 20.84%
BLUE value IS 184 (72.27% from 255) = 33.64%
R=45.52%
G=20.84%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911418400.540.260.02328.8991.8471.18
HexF972B80361A21495c47
Octal371162270066322511134107
Binary111110011110010101110000110110110101010100100110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F972B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F972B8; }

 p { color: rgb(249,114,184); }

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

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

 a { background-color: rgb(249,114,184); }

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

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

 span { border-color: rgb(249,114,184); }

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