#F961B7

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

Shades of Hot Pink #F961B7

Tints of Hot Pink #F961B7

Color information

#F961B7 (or 0xF961B7) is unknown color: approx Hot Pink. HEX triplet: F9, 61 and B7. RGB value is (249,97,183). Sum of RGB (Red+Green+Blue) = 249+97+183=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 97 (38.28% from 255 or 18.34% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F961B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F961B7 is #069E48. Grayscale: #989898. Windows color (decimal): -433737 or 12018169. OLE color: 12018169.

HSL color Cylindrical-coordinate representation of color #F961B7: hue angle of 326.05º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F961B7 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB24997183-
CMYK00.610.270.02
HSL326.05º92.68%67.84%-
HSV(B)326.05º61.04%97.65%-
XYZ51.8932.1148.26-
YUV152.25145.36197.01-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.07%
GREEN value IS 97 (38.28% from 255) = 18.34%
BLUE value IS 183 (71.88% from 255) = 34.59%
R=47.07%
G=18.34%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499718300.610.270.02326.0592.6867.84
HexF961B703D1B21465d44
Octal371141267075332506135104
Binary111110011100001101101110111101110111010100011010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F961B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F961B7; }

 p { color: rgb(249,97,183); }

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

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

 a { background-color: rgb(249,97,183); }

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

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

 span { border-color: rgb(249,97,183); }

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