Html Css Color HEX #F1117C Deep Pink

📋 copy color: '#F1117C'

red 241 ◦ green 17 ◦ blue 124

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

Shades of Deep Pink #F1117C

Tints of Deep Pink #F1117C

RGB

 RED value IS 241 (94.53% from 255) = 63.09%

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

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

R = 63.09%
G = 4.45%
B = 32.46%

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

#F1117C (or 0xF1117C) is known color: Deep Pink. HEX triplet: F1, 11 and 7C. RGB value is (241,17,124). Sum of RGB (Red+Green+Blue) = 241+17+124=382 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.09% from 382); Green value is 17 (7.03% from 255 or 4.45% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 241 - color contains mainly: red. Hex color #F1117C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1117C is #0EEE83. Grayscale: #5F5F5F. Windows color (decimal): -978564 or 8131057. OLE color: 8131057.

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

Color convert

RGB 241 17 124 -
CMYK 0 0.93 0.49 0.05
HSL 331.34º 0.89% 0.51% -
HSV(B) 331.34º 0.93% 0.95% -
XYZ 40.11 20.56 20.92 -
YUV 96.17 143.71 231.3 -
System Red Green Blue C M Y K H S L
Decimal 241 17 124 0 0.93 0.49 0.05 331.34 0.89 0.51
Hex F1 11 7C 0 5D 31 5 14B 59 33
Octal 361 21 174 0 135 61 5 513 131 63
Binary 11110001 10001 1111100 0 1011101 110001 101 101001011 1011001 110011

Color Harmonies of #F1117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1117C

Black with #F1117C

Text Example


Text Example

White with #F1117C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1117C; }

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

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

background-color css

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

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

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

border-color css

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

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

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