#FF0692

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

Shades of Deep Pink #FF0692

Tints of Deep Pink #FF0692

Color information

#FF0692 (or 0xFF0692) is unknown color: approx Deep Pink. HEX triplet: FF, 06 and 92. RGB value is (255,6,146). Sum of RGB (Red+Green+Blue) = 255+6+146=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 6 (2.73% from 255 or 1.47% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0692 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0692 is #00F96D. Grayscale: #606060. Windows color (decimal): -63854 or 9570047. OLE color: 9570047.

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

Color convert

RGB2556146-
CMYK00.980.430
HSL326.27º100%51.18%-
HSV(B)326.27º97.65%100%-
XYZ46.4923.4729.27-
YUV96.41155.99241.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 62.65%
GREEN value IS 6 (2.73% from 255) = 1.47%
BLUE value IS 146 (57.42% from 255) = 35.87%
R=62.65%
G=1.47%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.43
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255614600.980.430326.2710051.18
HexFF6920622B01466433
Octal3776222014253050614463
Binary11111111110100100100110001010101101010001101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0692; }

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

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

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

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

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

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

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

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