Html Css Color HEX #F1137C Deep Pink

📋 copy color: '#F1137C'

red 241 ◦ green 19 ◦ blue 124

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

Shades of Deep Pink #F1137C

Tints of Deep Pink #F1137C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.95%

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

R = 62.76%
G = 4.95%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F1137C (or 0xF1137C) is known color: Deep Pink. HEX triplet: F1, 13 and 7C. RGB value is (241,19,124). Sum of RGB (Red+Green+Blue) = 241+19+124=384 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.76% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 241 - color contains mainly: red. Hex color #F1137C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1137C is #0EEC83. Grayscale: #616161. Windows color (decimal): -978052 or 8131569. OLE color: 8131569.

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

Color convert

RGB 241 19 124 -
CMYK 0 0.92 0.49 0.05
HSL 331.62º 0.89% 0.51% -
HSV(B) 331.62º 0.92% 0.95% -
XYZ 40.15 20.62 20.93 -
YUV 97.35 143.05 230.46 -
System Red Green Blue C M Y K H S L
Decimal 241 19 124 0 0.92 0.49 0.05 331.62 0.89 0.51
Hex F1 13 7C 0 5C 31 5 14C 59 33
Octal 361 23 174 0 134 61 5 514 131 63
Binary 11110001 10011 1111100 0 1011100 110001 101 101001100 1011001 110011

Color Harmonies of #F1137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1137C

Black with #F1137C

Text Example


Text Example

White with #F1137C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1137C; }

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

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

background-color css

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

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

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

border-color css

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

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

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