#F96FB2

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

Shades of Hot Pink #F96FB2

Tints of Hot Pink #F96FB2

Color information

#F96FB2 (or 0xF96FB2) is unknown color: approx Hot Pink. HEX triplet: F9, 6F and B2. RGB value is (249,111,178). Sum of RGB (Red+Green+Blue) = 249+111+178=538 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.28% from 538); Green value is 111 (43.75% from 255 or 20.63% from 538); Blue value is 178 (69.92% from 255 or 33.09% from 538); Max value from RGB is 249 - color contains mainly: red. Hex color #F96FB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96FB2 is #06904D. Grayscale: #9F9F9F. Windows color (decimal): -430158 or 11694073. OLE color: 11694073.

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

Color convert

RGB249111178-
CMYK00.550.290.02
HSL330.87º92%70.59%-
HSV(B)330.87º55.42%97.65%-
XYZ52.7934.7246.04-
YUV159.9138.22191.55-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.28%
GREEN value IS 111 (43.75% from 255) = 20.63%
BLUE value IS 178 (69.92% from 255) = 33.09%
R=46.28%
G=20.63%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911117800.550.290.02330.879270.59
HexF96FB20371D214b5c47
Octal371157262067352513134107
Binary111110011101111101100100110111111011010100101110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96FB2; }

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

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

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

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

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

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

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

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