#F96CB7

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

Shades of Hot Pink #F96CB7

Tints of Hot Pink #F96CB7

Color information

#F96CB7 (or 0xF96CB7) is unknown color: approx Hot Pink. HEX triplet: F9, 6C and B7. RGB value is (249,108,183). Sum of RGB (Red+Green+Blue) = 249+108+183=540 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.11% from 540); Green value is 108 (42.58% from 255 or 20% from 540); Blue value is 183 (71.88% from 255 or 33.89% from 540); Max value from RGB is 249 - color contains mainly: red. Hex color #F96CB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96CB7 is #069348. Grayscale: #9E9E9E. Windows color (decimal): -430921 or 12020985. OLE color: 12020985.

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

Color convert

RGB249108183-
CMYK00.570.270.02
HSL328.09º92.16%70%-
HSV(B)328.09º56.63%97.65%-
XYZ52.9834.2848.62-
YUV158.71141.71192.4-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.11%
GREEN value IS 108 (42.58% from 255) = 20%
BLUE value IS 183 (71.88% from 255) = 33.89%
R=46.11%
G=20%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910818300.570.270.02328.0992.1670
HexF96CB70391B21485c46
Octal371154267071332510134106
Binary111110011101100101101110111001110111010100100010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96CB7; }

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

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

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

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

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

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

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

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