#f960b5

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

Shades of Hot Pink #F960B5

Tints of Hot Pink #F960B5

Color information

#F960B5 (or 0xF960B5) is unknown color: approx Hot Pink. HEX triplet: F9, 60 and B5. RGB value is (249,96,181). Sum of RGB (Red+Green+Blue) = 249+96+181=526 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.34% from 526); Green value is 96 (37.89% from 255 or 18.25% from 526); Blue value is 181 (71.09% from 255 or 34.41% from 526); Max value from RGB is 249 - color contains mainly: red. Hex color #F960B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F960B5 is #069F4A. Grayscale: #979797. Windows color (decimal): -433995 or 11886841. OLE color: 11886841.

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

Color convert

RGB24996181-
CMYK00.610.270.02
HSL326.67º92.73%67.65%-
HSV(B)326.67º61.45%97.65%-
XYZ51.5931.8447.14-
YUV151.44144.69197.59-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.34%
GREEN value IS 96 (37.89% from 255) = 18.25%
BLUE value IS 181 (71.09% from 255) = 34.41%
R=47.34%
G=18.25%
B=34.41%

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
Decimal2499618100.610.270.02326.6792.7367.65
HexF960B503D1B21475d44
Octal371140265075332507135104
Binary111110011100000101101010111101110111010100011110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f960b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f960b5; }

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

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

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

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

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

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

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

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