Html Css Color HEX #F1119A Deep Pink

📋 copy color: '#F1119A'

red 241 ◦ green 17 ◦ blue 154

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

Shades of Deep Pink #F1119A

Tints of Deep Pink #F1119A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.13%

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

R = 58.5%
G = 4.13%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F1119A (or 0xF1119A) is known color: Deep Pink. HEX triplet: F1, 11 and 9A. RGB value is (241,17,154). Sum of RGB (Red+Green+Blue) = 241+17+154=412 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.50% from 412); Green value is 17 (7.03% from 255 or 4.13% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 241 - color contains mainly: red. Hex color #F1119A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1119A is #0EEE65. Grayscale: #636363. Windows color (decimal): -978534 or 10097137. OLE color: 10097137.

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

Color convert

RGB 241 17 154 -
CMYK 0 0.93 0.36 0.05
HSL 323.3º 0.89% 0.51% -
HSV(B) 323.3º 0.93% 0.95% -
XYZ 42.31 21.43 32.48 -
YUV 99.59 158.71 228.86 -
System Red Green Blue C M Y K H S L
Decimal 241 17 154 0 0.93 0.36 0.05 323.3 0.89 0.51
Hex F1 11 9A 0 5D 24 5 143 59 33
Octal 361 21 232 0 135 44 5 503 131 63
Binary 11110001 10001 10011010 0 1011101 100100 101 101000011 1011001 110011

Color Harmonies of #F1119A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1119A

Black with #F1119A

Text Example


Text Example

White with #F1119A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1119A; }

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

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

background-color css

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

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

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

border-color css

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

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

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