#FF0693

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

Shades of Deep Pink #FF0693

Tints of Deep Pink #FF0693

Color information

#FF0693 (or 0xFF0693) is unknown color: approx Deep Pink. HEX triplet: FF, 06 and 93. RGB value is (255,6,147). Sum of RGB (Red+Green+Blue) = 255+6+147=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 6 (2.73% from 255 or 1.47% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0693 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0693 is #00F96C. Grayscale: #606060. Windows color (decimal): -63853 or 9635583. OLE color: 9635583.

HSL color Cylindrical-coordinate representation of color #FF0693: hue angle of 326.02º 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 #FF0693 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB2556147-
CMYK00.980.420
HSL326.02º100%51.18%-
HSV(B)326.02º97.65%100%-
XYZ46.5723.529.68-
YUV96.52156.49241.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 62.5%
GREEN value IS 6 (2.73% from 255) = 1.47%
BLUE value IS 147 (57.81% from 255) = 36.03%
R=62.5%
G=1.47%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255614700.980.420326.0210051.18
HexFF6930622A01466433
Octal3776223014252050614463
Binary11111111110100100110110001010101001010001101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0693; }

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

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

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

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

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

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

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

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