Html Css Color HEX #F1139D Deep Pink

📋 copy color: '#F1139D'

red 241 ◦ green 19 ◦ blue 157

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

Shades of Deep Pink #F1139D

Tints of Deep Pink #F1139D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.65%

R = 57.79%
G = 4.56%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F1139D (or 0xF1139D) is known color: Deep Pink. HEX triplet: F1, 13 and 9D. RGB value is (241,19,157). Sum of RGB (Red+Green+Blue) = 241+19+157=417 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.79% from 417); Green value is 19 (7.81% from 255 or 4.56% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 241 - color contains mainly: red. Hex color #F1139D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1139D is #0EEC62. Grayscale: #646464. Windows color (decimal): -978019 or 10294257. OLE color: 10294257.

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

Color convert

RGB 241 19 157 -
CMYK 0 0.92 0.35 0.05
HSL 322.7º 0.89% 0.51% -
HSV(B) 322.7º 0.92% 0.95% -
XYZ 42.59 21.6 33.82 -
YUV 101.11 159.55 227.78 -
System Red Green Blue C M Y K H S L
Decimal 241 19 157 0 0.92 0.35 0.05 322.7 0.89 0.51
Hex F1 13 9D 0 5C 23 5 143 59 33
Octal 361 23 235 0 134 43 5 503 131 63
Binary 11110001 10011 10011101 0 1011100 100011 101 101000011 1011001 110011

Color Harmonies of #F1139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1139D

Black with #F1139D

Text Example


Text Example

White with #F1139D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1139D; }

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

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

background-color css

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

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

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

border-color css

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

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

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