#F2217D

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

Shades of Deep Pink #F2217D

Tints of Deep Pink #F2217D

Color information

#F2217D (or 0xF2217D) is unknown color: approx Deep Pink. HEX triplet: F2, 21 and 7D. RGB value is (242,33,125). Sum of RGB (Red+Green+Blue) = 242+33+125=400 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.5% from 400); Green value is 33 (13.28% from 255 or 8.25% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 242 - color contains mainly: red. Hex color #F2217D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2217D is #0DDE82. Grayscale: #696969. Windows color (decimal): -908931 or 8200690. OLE color: 8200690.

HSL color Cylindrical-coordinate representation of color #F2217D: hue angle of 333.59º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F2217D is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB24233125-
CMYK00.860.480.05
HSL333.59º88.94%53.92%-
HSV(B)333.59º86.36%94.9%-
XYZ40.8621.4521.39-
YUV105.98138.74225.02-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 60.5%
GREEN value IS 33 (13.28% from 255) = 8.25%
BLUE value IS 125 (49.22% from 255) = 31.25%
R=60.5%
G=8.25%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2423312500.860.480.05333.5988.9453.92
HexF2217D05630514e5936
Octal36241175012660551613166
Binary111100101000011111101010101101100001011010011101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2217D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2217D; }

 p { color: rgb(242,33,125); }

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

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

 a { background-color: rgb(242,33,125); }

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

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

 span { border-color: rgb(242,33,125); }

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