#F91095

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

Shades of Deep Pink #F91095

Tints of Deep Pink #F91095

Color information

#F91095 (or 0xF91095) is unknown color: approx Deep Pink. HEX triplet: F9, 10 and 95. RGB value is (249,16,149). Sum of RGB (Red+Green+Blue) = 249+16+149=414 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.14% from 414); Green value is 16 (6.64% from 255 or 3.86% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 249 - color contains mainly: red. Hex color #F91095 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91095 is #06EF6A. Grayscale: #646464. Windows color (decimal): -454507 or 9769209. OLE color: 9769209.

HSL color Cylindrical-coordinate representation of color #F91095: hue angle of 325.75º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F91095 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB24916149-
CMYK00.940.400.02
HSL325.75º95.1%51.96%-
HSV(B)325.75º93.57%97.65%-
XYZ44.6822.6830.46-
YUV100.83155.19233.69-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 60.14%
GREEN value IS 16 (6.64% from 255) = 3.86%
BLUE value IS 149 (58.59% from 255) = 35.99%
R=60.14%
G=3.86%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491614900.940.400.02325.7595.151.96
HexF9109505E2821465f34
Octal37120225013650250613764
Binary11111001100001001010101011110101000101010001101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F91095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F91095; }

 p { color: rgb(249,16,149); }

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

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

 a { background-color: rgb(249,16,149); }

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

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

 span { border-color: rgb(249,16,149); }

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