Html Css Color HEX #F1189A Deep Pink

📋 copy color: '#F1189A'

red 241 ◦ green 24 ◦ blue 154

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

Shades of Deep Pink #F1189A

Tints of Deep Pink #F1189A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.75%

R = 57.52%
G = 5.73%
B = 36.75%

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

#F1189A (or 0xF1189A) is known color: Deep Pink. HEX triplet: F1, 18 and 9A. RGB value is (241,24,154). Sum of RGB (Red+Green+Blue) = 241+24+154=419 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.52% from 419); Green value is 24 (9.77% from 255 or 5.73% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 241 - color contains mainly: red. Hex color #F1189A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1189A is #0EE765. Grayscale: #676767. Windows color (decimal): -976742 or 10098929. OLE color: 10098929.

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

Color convert

RGB 241 24 154 -
CMYK 0 0.90 0.36 0.05
HSL 324.06º 0.89% 0.52% -
HSV(B) 324.06º 0.9% 0.95% -
XYZ 42.44 21.69 32.52 -
YUV 103.7 156.39 225.93 -
System Red Green Blue C M Y K H S L
Decimal 241 24 154 0 0.90 0.36 0.05 324.06 0.89 0.52
Hex F1 18 9A 0 5A 24 5 144 59 34
Octal 361 30 232 0 132 44 5 504 131 64
Binary 11110001 11000 10011010 0 1011010 100100 101 101000100 1011001 110100

Color Harmonies of #F1189A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1189A

Black with #F1189A

Text Example


Text Example

White with #F1189A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1189A; }

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

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

background-color css

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

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

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

border-color css

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

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

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