#f96fb3

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

Shades of Hot Pink #F96FB3

Tints of Hot Pink #F96FB3

Color information

#F96FB3 (or 0xF96FB3) is unknown color: approx Hot Pink. HEX triplet: F9, 6F and B3. RGB value is (249,111,179). Sum of RGB (Red+Green+Blue) = 249+111+179=539 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.20% from 539); Green value is 111 (43.75% from 255 or 20.59% from 539); Blue value is 179 (70.31% from 255 or 33.21% from 539); Max value from RGB is 249 - color contains mainly: red. Hex color #F96FB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96FB3 is #06904C. Grayscale: #9F9F9F. Windows color (decimal): -430157 or 11759609. OLE color: 11759609.

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

Color convert

RGB249111179-
CMYK00.550.280.02
HSL330.43º92%70.59%-
HSV(B)330.43º55.42%97.65%-
XYZ52.8934.7646.57-
YUV160.01138.72191.47-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.20%
GREEN value IS 111 (43.75% from 255) = 20.59%
BLUE value IS 179 (70.31% from 255) = 33.21%
R=46.20%
G=20.59%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911117900.550.280.02330.439270.59
HexF96FB30371C214a5c47
Octal371157263067342512134107
Binary111110011101111101100110110111111001010100101010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f96fb3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f96fb3; }

 p { color: rgb(249,111,179); }

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

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

 a { background-color: rgb(249,111,179); }

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

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

 span { border-color: rgb(249,111,179); }

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