Html Css Color HEX #F1189E Deep Pink

📋 copy color: '#F1189E'

red 241 ◦ green 24 ◦ blue 158

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

Shades of Deep Pink #F1189E

Tints of Deep Pink #F1189E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.67%

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

R = 56.97%
G = 5.67%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F1189E (or 0xF1189E) is known color: Deep Pink. HEX triplet: F1, 18 and 9E. RGB value is (241,24,158). Sum of RGB (Red+Green+Blue) = 241+24+158=423 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.97% from 423); Green value is 24 (9.77% from 255 or 5.67% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 241 - color contains mainly: red. Hex color #F1189E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1189E is #0EE761. Grayscale: #676767. Windows color (decimal): -976738 or 10361073. OLE color: 10361073.

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

Color convert

RGB 241 24 158 -
CMYK 0 0.90 0.34 0.05
HSL 322.95º 0.89% 0.52% -
HSV(B) 322.95º 0.9% 0.95% -
XYZ 42.77 21.82 34.31 -
YUV 104.16 158.39 225.6 -
System Red Green Blue C M Y K H S L
Decimal 241 24 158 0 0.90 0.34 0.05 322.95 0.89 0.52
Hex F1 18 9E 0 5A 22 5 143 59 34
Octal 361 30 236 0 132 42 5 503 131 64
Binary 11110001 11000 10011110 0 1011010 100010 101 101000011 1011001 110100

Color Harmonies of #F1189E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1189E

Black with #F1189E

Text Example


Text Example

White with #F1189E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1189E; }

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

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

background-color css

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

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

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

border-color css

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

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

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