#F961B5

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

Shades of Hot Pink #F961B5

Tints of Hot Pink #F961B5

Color information

#F961B5 (or 0xF961B5) is unknown color: approx Hot Pink. HEX triplet: F9, 61 and B5. RGB value is (249,97,181). Sum of RGB (Red+Green+Blue) = 249+97+181=527 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.25% from 527); Green value is 97 (38.28% from 255 or 18.41% from 527); Blue value is 181 (71.09% from 255 or 34.35% from 527); Max value from RGB is 249 - color contains mainly: red. Hex color #F961B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F961B5 is #069E4A. Grayscale: #979797. Windows color (decimal): -433739 or 11887097. OLE color: 11887097.

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

Color convert

RGB24997181-
CMYK00.610.270.02
HSL326.84º92.68%67.84%-
HSV(B)326.84º61.04%97.65%-
XYZ51.6832.0347.17-
YUV152.02144.36197.17-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.25%
GREEN value IS 97 (38.28% from 255) = 18.41%
BLUE value IS 181 (71.09% from 255) = 34.35%
R=47.25%
G=18.41%
B=34.35%

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
Decimal2499718100.610.270.02326.8492.6867.84
HexF961B503D1B21475d44
Octal371141265075332507135104
Binary111110011100001101101010111101110111010100011110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F961B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F961B5; }

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

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

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

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

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

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

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

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