Html Css Color HEX #F1199B Deep Pink

📋 copy color: '#F1199B'

red 241 ◦ green 25 ◦ blue 155

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

Shades of Deep Pink #F1199B

Tints of Deep Pink #F1199B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.94%

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

R = 57.24%
G = 5.94%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F1199B (or 0xF1199B) is known color: Deep Pink. HEX triplet: F1, 19 and 9B. RGB value is (241,25,155). Sum of RGB (Red+Green+Blue) = 241+25+155=421 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.24% from 421); Green value is 25 (10.16% from 255 or 5.94% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 241 - color contains mainly: red. Hex color #F1199B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1199B is #0EE664. Grayscale: #686868. Windows color (decimal): -976485 or 10164721. OLE color: 10164721.

HSL color Cylindrical-coordinate representation of color #F1199B: hue angle of 323.89º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F1199B is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 25 155 -
CMYK 0 0.90 0.36 0.05
HSL 323.89º 0.89% 0.52% -
HSV(B) 323.89º 0.9% 0.95% -
XYZ 42.54 21.76 32.97 -
YUV 104.4 156.56 225.43 -
System Red Green Blue C M Y K H S L
Decimal 241 25 155 0 0.90 0.36 0.05 323.89 0.89 0.52
Hex F1 19 9B 0 5A 24 5 144 59 34
Octal 361 31 233 0 132 44 5 504 131 64
Binary 11110001 11001 10011011 0 1011010 100100 101 101000100 1011001 110100

Color Harmonies of #F1199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1199B

Black with #F1199B

Text Example


Text Example

White with #F1199B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1199B; }

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

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

background-color css

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

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

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

border-color css

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

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

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