#F974B0

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

Shades of Hot Pink #F974B0

Tints of Hot Pink #F974B0

Color information

#F974B0 (or 0xF974B0) is unknown color: approx Hot Pink. HEX triplet: F9, 74 and B0. RGB value is (249,116,176). Sum of RGB (Red+Green+Blue) = 249+116+176=541 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.03% from 541); Green value is 116 (45.70% from 255 or 21.44% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 249 - color contains mainly: red. Hex color #F974B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F974B0 is #068B4F. Grayscale: #A2A2A2. Windows color (decimal): -428880 or 11564281. OLE color: 11564281.

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

Color convert

RGB249116176-
CMYK00.530.290.02
HSL332.93º91.72%71.57%-
HSV(B)332.93º53.41%97.65%-
XYZ53.1535.7745.18-
YUV162.61135.56189.62-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.03%
GREEN value IS 116 (45.70% from 255) = 21.44%
BLUE value IS 176 (69.14% from 255) = 32.53%
R=46.03%
G=21.44%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911617600.530.290.02332.9391.7271.57
HexF974B00351D214d5c48
Octal371164260065352515134110
Binary111110011110100101100000110101111011010100110110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F974B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F974B0; }

 p { color: rgb(249,116,176); }

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

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

 a { background-color: rgb(249,116,176); }

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

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

 span { border-color: rgb(249,116,176); }

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