#F96BA3

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

Shades of Hot Pink #F96BA3

Tints of Hot Pink #F96BA3

Color information

#F96BA3 (or 0xF96BA3) is unknown color: approx Hot Pink. HEX triplet: F9, 6B and A3. RGB value is (249,107,163). Sum of RGB (Red+Green+Blue) = 249+107+163=519 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.98% from 519); Green value is 107 (42.19% from 255 or 20.62% from 519); Blue value is 163 (64.06% from 255 or 31.41% from 519); Max value from RGB is 249 - color contains mainly: red. Hex color #F96BA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96BA3 is #06945C. Grayscale: #9B9B9B. Windows color (decimal): -431197 or 10710009. OLE color: 10710009.

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

Color convert

RGB249107163-
CMYK00.570.350.02
HSL336.34º92.21%69.8%-
HSV(B)336.34º57.03%97.65%-
XYZ50.9433.338.39-
YUV155.84132.04194.45-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.98%
GREEN value IS 107 (42.19% from 255) = 20.62%
BLUE value IS 163 (64.06% from 255) = 31.41%
R=47.98%
G=20.62%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910716300.570.350.02336.3492.2169.8
HexF96BA30392321505c46
Octal371153243071432520134106
Binary1111100111010111010001101110011000111010101000010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96BA3; }

 p { color: rgb(249,107,163); }

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

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

 a { background-color: rgb(249,107,163); }

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

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

 span { border-color: rgb(249,107,163); }

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