#F2108F

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

Shades of Deep Pink #F2108F

Tints of Deep Pink #F2108F

Color information

#F2108F (or 0xF2108F) is unknown color: approx Deep Pink. HEX triplet: F2, 10 and 8F. RGB value is (242,16,143). Sum of RGB (Red+Green+Blue) = 242+16+143=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 16 (6.64% from 255 or 3.99% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F2108F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2108F is #0DEF70. Grayscale: #616161. Windows color (decimal): -913265 or 9375986. OLE color: 9375986.

HSL color Cylindrical-coordinate representation of color #F2108F: hue angle of 326.28º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F2108F is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB24216143-
CMYK00.930.410.05
HSL326.28º89.68%50.59%-
HSV(B)326.28º93.39%94.9%-
XYZ41.7621.2327.88-
YUV98.05153.37230.67-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 60.35%
GREEN value IS 16 (6.64% from 255) = 3.99%
BLUE value IS 143 (56.25% from 255) = 35.66%
R=60.35%
G=3.99%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421614300.930.410.05326.2889.6850.59
HexF2108F05D2951465a33
Octal36220217013551550613263
Binary111100101000010001111010111011010011011010001101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2108F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2108F; }

 p { color: rgb(242,16,143); }

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

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

 a { background-color: rgb(242,16,143); }

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

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

 span { border-color: rgb(242,16,143); }

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