#ff0f92

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

Shades of Deep Pink #FF0F92

Tints of Deep Pink #FF0F92

Color information

#FF0F92 (or 0xFF0F92) is unknown color: approx Deep Pink. HEX triplet: FF, 0F and 92. RGB value is (255,15,146). Sum of RGB (Red+Green+Blue) = 255+15+146=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 15 (6.25% from 255 or 3.61% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0F92 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0F92 is #00F06D. Grayscale: #656565. Windows color (decimal): -61550 or 9572351. OLE color: 9572351.

HSL color Cylindrical-coordinate representation of color #FF0F92: hue angle of 327.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF0F92 is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.

Color convert

RGB25515146-
CMYK00.940.430
HSL327.25º100%52.94%-
HSV(B)327.25º94.12%100%-
XYZ46.623.6829.31-
YUV101.69153.01237.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 61.30%
GREEN value IS 15 (6.25% from 255) = 3.61%
BLUE value IS 146 (57.42% from 255) = 35.10%
R=61.30%
G=3.61%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.43
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551514600.940.430327.2510052.94
HexFFF9205E2B01476435
Octal37717222013653050714465
Binary111111111111100100100101111010101101010001111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff0f92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff0f92; }

 p { color: rgb(255,15,146); }

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

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

 a { background-color: rgb(255,15,146); }

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

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

 span { border-color: rgb(255,15,146); }

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