#F2068C

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

Shades of Deep Pink #F2068C

Tints of Deep Pink #F2068C

Color information

#F2068C (or 0xF2068C) is unknown color: approx Deep Pink. HEX triplet: F2, 06 and 8C. RGB value is (242,6,140). Sum of RGB (Red+Green+Blue) = 242+6+140=388 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.37% from 388); Green value is 6 (2.73% from 255 or 1.55% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 242 - color contains mainly: red. Hex color #F2068C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2068C is #0DF973. Grayscale: #5B5B5B. Windows color (decimal): -915828 or 9176818. OLE color: 9176818.

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

Color convert

RGB2426140-
CMYK00.980.420.05
HSL325.93º95.16%48.63%-
HSV(B)325.93º97.52%94.9%-
XYZ41.4220.926.66-
YUV91.84155.19235.1-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 62.37%
GREEN value IS 6 (2.73% from 255) = 1.55%
BLUE value IS 140 (55.08% from 255) = 36.08%
R=62.37%
G=1.55%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242614000.980.420.05325.9395.1648.63
HexF268C0622A51465f31
Octal3626214014252550613761
Binary1111001011010001100011000101010101011010001101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2068C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2068C; }

 p { color: rgb(242,6,140); }

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

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

 a { background-color: rgb(242,6,140); }

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

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

 span { border-color: rgb(242,6,140); }

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