Html Css Color HEX #F1139E Deep Pink

📋 copy color: '#F1139E'

red 241 ◦ green 19 ◦ blue 158

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

Shades of Deep Pink #F1139E

Tints of Deep Pink #F1139E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.8%

R = 57.66%
G = 4.55%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F1139E (or 0xF1139E) is known color: Deep Pink. HEX triplet: F1, 13 and 9E. RGB value is (241,19,158). Sum of RGB (Red+Green+Blue) = 241+19+158=418 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.66% from 418); Green value is 19 (7.81% from 255 or 4.55% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 241 - color contains mainly: red. Hex color #F1139E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1139E is #0EEC61. Grayscale: #646464. Windows color (decimal): -978018 or 10359793. OLE color: 10359793.

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

Color convert

RGB 241 19 158 -
CMYK 0 0.92 0.34 0.05
HSL 322.43º 0.89% 0.51% -
HSV(B) 322.43º 0.92% 0.95% -
XYZ 42.68 21.64 34.27 -
YUV 101.22 160.05 227.7 -
System Red Green Blue C M Y K H S L
Decimal 241 19 158 0 0.92 0.34 0.05 322.43 0.89 0.51
Hex F1 13 9E 0 5C 22 5 142 59 33
Octal 361 23 236 0 134 42 5 502 131 63
Binary 11110001 10011 10011110 0 1011100 100010 101 101000010 1011001 110011

Color Harmonies of #F1139E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1139E

Black with #F1139E

Text Example


Text Example

White with #F1139E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1139E; }

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

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

background-color css

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

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

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

border-color css

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

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

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