Html Css Color HEX #F1147C Deep Pink

📋 copy color: '#F1147C'

red 241 ◦ green 20 ◦ blue 124

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

Shades of Deep Pink #F1147C

Tints of Deep Pink #F1147C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.19%

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

R = 62.6%
G = 5.19%
B = 32.21%

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

#F1147C (or 0xF1147C) is known color: Deep Pink. HEX triplet: F1, 14 and 7C. RGB value is (241,20,124). Sum of RGB (Red+Green+Blue) = 241+20+124=385 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.60% from 385); Green value is 20 (8.20% from 255 or 5.19% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 241 - color contains mainly: red. Hex color #F1147C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1147C is #0EEB83. Grayscale: #616161. Windows color (decimal): -977796 or 8131825. OLE color: 8131825.

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

Color convert

RGB 241 20 124 -
CMYK 0 0.92 0.49 0.05
HSL 331.76º 0.89% 0.51% -
HSV(B) 331.76º 0.92% 0.95% -
XYZ 40.16 20.66 20.94 -
YUV 97.94 142.72 230.04 -
System Red Green Blue C M Y K H S L
Decimal 241 20 124 0 0.92 0.49 0.05 331.76 0.89 0.51
Hex F1 14 7C 0 5C 31 5 14C 59 33
Octal 361 24 174 0 134 61 5 514 131 63
Binary 11110001 10100 1111100 0 1011100 110001 101 101001100 1011001 110011

Color Harmonies of #F1147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1147C

Black with #F1147C

Text Example


Text Example

White with #F1147C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1147C; }

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

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

background-color css

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

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

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

border-color css

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

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

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