#F6027E

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

Shades of Deep Pink #F6027E

Tints of Deep Pink #F6027E

Color information

#F6027E (or 0xF6027E) is unknown color: approx Deep Pink. HEX triplet: F6, 02 and 7E. RGB value is (246,2,126). Sum of RGB (Red+Green+Blue) = 246+2+126=374 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.78% from 374); Green value is 2 (1.17% from 255 or 0.53% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 246 - color contains mainly: red. Hex color #F6027E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6027E is #09FD81. Grayscale: #585858. Windows color (decimal): -654722 or 8258294. OLE color: 8258294.

HSL color Cylindrical-coordinate representation of color #F6027E: hue angle of 329.51º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F6027E is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB2462126-
CMYK00.990.490.04
HSL329.51º98.39%48.63%-
HSV(B)329.51º99.19%96.47%-
XYZ41.7921.1421.62-
YUV89.09148.84239.92-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 65.78%
GREEN value IS 2 (1.17% from 255) = 0.53%
BLUE value IS 126 (49.61% from 255) = 33.69%
R=65.78%
G=0.53%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246212600.990.490.04329.5198.3948.63
HexF627E06331414a6231
Octal3662176014361451214261
Binary11110110101111110011000111100011001010010101100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6027E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6027E; }

 p { color: rgb(246,2,126); }

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

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

 a { background-color: rgb(246,2,126); }

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

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

 span { border-color: rgb(246,2,126); }

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