Html Css Color HEX #F1139B Deep Pink

📋 copy color: '#F1139B'

red 241 ◦ green 19 ◦ blue 155

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

Shades of Deep Pink #F1139B

Tints of Deep Pink #F1139B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.35%

R = 58.07%
G = 4.58%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F1139B (or 0xF1139B) is known color: Deep Pink. HEX triplet: F1, 13 and 9B. RGB value is (241,19,155). Sum of RGB (Red+Green+Blue) = 241+19+155=415 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.07% from 415); Green value is 19 (7.81% from 255 or 4.58% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 241 - color contains mainly: red. Hex color #F1139B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1139B is #0EEC64. Grayscale: #646464. Windows color (decimal): -978021 or 10163185. OLE color: 10163185.

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

Color convert

RGB 241 19 155 -
CMYK 0 0.92 0.36 0.05
HSL 323.24º 0.89% 0.51% -
HSV(B) 323.24º 0.92% 0.95% -
XYZ 42.42 21.53 32.93 -
YUV 100.88 158.55 227.94 -
System Red Green Blue C M Y K H S L
Decimal 241 19 155 0 0.92 0.36 0.05 323.24 0.89 0.51
Hex F1 13 9B 0 5C 24 5 143 59 33
Octal 361 23 233 0 134 44 5 503 131 63
Binary 11110001 10011 10011011 0 1011100 100100 101 101000011 1011001 110011

Color Harmonies of #F1139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1139B

Black with #F1139B

Text Example


Text Example

White with #F1139B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1139B; }

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

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

background-color css

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

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

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

border-color css

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

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

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