#FF0694

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

Shades of Deep Pink #FF0694

Tints of Deep Pink #FF0694

Color information

#FF0694 (or 0xFF0694) is unknown color: approx Deep Pink. HEX triplet: FF, 06 and 94. RGB value is (255,6,148). Sum of RGB (Red+Green+Blue) = 255+6+148=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 6 (2.73% from 255 or 1.47% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0694 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0694 is #00F96B. Grayscale: #606060. Windows color (decimal): -63852 or 9701119. OLE color: 9701119.

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

Color convert

RGB2556148-
CMYK00.980.420
HSL325.78º100%51.18%-
HSV(B)325.78º97.65%100%-
XYZ46.6523.5330.1-
YUV96.64156.99240.95-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 62.35%
GREEN value IS 6 (2.73% from 255) = 1.47%
BLUE value IS 148 (58.20% from 255) = 36.19%
R=62.35%
G=1.47%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255614800.980.420325.7810051.18
HexFF6940622A01466433
Octal3776224014252050614463
Binary11111111110100101000110001010101001010001101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0694; }

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

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

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

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

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

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

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

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