Html Css Color HEX #F2117C Deep Pink

📋 copy color: '#F2117C'

red 242 ◦ green 17 ◦ blue 124

#F2117C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #F2117C

Tints of Deep Pink #F2117C

RGB

 RED value IS 242 (94.92% from 255) = 63.19%

 GREEN value IS 17 (7.03% from 255) = 4.44%

 BLUE value IS 124 (48.83% from 255) = 32.38%

R = 63.19%
G = 4.44%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2117C (or 0xF2117C) is known color: Deep Pink. HEX triplet: F2, 11 and 7C. RGB value is (242,17,124). Sum of RGB (Red+Green+Blue) = 242+17+124=383 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.19% from 383); Green value is 17 (7.03% from 255 or 4.44% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 242 - color contains mainly: red. Hex color #F2117C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2117C is #0DEE83. Grayscale: #606060. Windows color (decimal): -913028 or 8131058. OLE color: 8131058.

HSL color Cylindrical-coordinate representation of color #F2117C: hue angle of 331.47º 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 #F2117C is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 17 124 -
CMYK 0 0.93 0.49 0.05
HSL 331.47º 0.9% 0.51% -
HSV(B) 331.47º 0.93% 0.95% -
XYZ 40.46 20.73 20.94 -
YUV 96.47 143.54 231.8 -
System Red Green Blue C M Y K H S L
Decimal 242 17 124 0 0.93 0.49 0.05 331.47 0.9 0.51
Hex F2 11 7C 0 5D 31 5 14B 5A 33
Octal 362 21 174 0 135 61 5 513 132 63
Binary 11110010 10001 1111100 0 1011101 110001 101 101001011 1011010 110011

Color Harmonies of #F2117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2117C

Black with #F2117C

Text Example


Text Example

White with #F2117C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2117C; }

 p { color: rgb(242,17,124); }

 H1.HeaderClassName
 {
   color: #F2117C;
 }
 .AnyTagClassName
 {
   color: #F2117C;
 }
</style>

background-color css

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

 a { background-color: rgb(242,17,124); }

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

border-color css

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

 span { border-color: rgb(242,17,124); }

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