#F972B4

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

Shades of Hot Pink #F972B4

Tints of Hot Pink #F972B4

Color information

#F972B4 (or 0xF972B4) is unknown color: approx Hot Pink. HEX triplet: F9, 72 and B4. RGB value is (249,114,180). Sum of RGB (Red+Green+Blue) = 249+114+180=543 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.86% from 543); Green value is 114 (44.92% from 255 or 20.99% from 543); Blue value is 180 (70.70% from 255 or 33.15% from 543); Max value from RGB is 249 - color contains mainly: red. Hex color #F972B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F972B4 is #068D4B. Grayscale: #A1A1A1. Windows color (decimal): -429388 or 11825913. OLE color: 11825913.

HSL color Cylindrical-coordinate representation of color #F972B4: hue angle of 330.67º 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 #F972B4 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB249114180-
CMYK00.540.280.02
HSL330.67º91.84%71.18%-
HSV(B)330.67º54.22%97.65%-
XYZ53.3235.4747.22-
YUV161.89138.23190.13-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.86%
GREEN value IS 114 (44.92% from 255) = 20.99%
BLUE value IS 180 (70.70% from 255) = 33.15%
R=45.86%
G=20.99%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911418000.540.280.02330.6791.8471.18
HexF972B40361C214b5c47
Octal371162264066342513134107
Binary111110011110010101101000110110111001010100101110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F972B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F972B4; }

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

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

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

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

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

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

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

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