Html Css Color HEX #F11C99 Deep Pink

📋 copy color: '#F11C99'

red 241 ◦ green 28 ◦ blue 153

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

Shades of Deep Pink #F11C99

Tints of Deep Pink #F11C99

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.64%

 BLUE value IS 153 (60.16% from 255) = 36.26%

R = 57.11%
G = 6.64%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F11C99 (or 0xF11C99) is known color: Deep Pink. HEX triplet: F1, 1C and 99. RGB value is (241,28,153). Sum of RGB (Red+Green+Blue) = 241+28+153=422 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.11% from 422); Green value is 28 (11.33% from 255 or 6.64% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 241 - color contains mainly: red. Hex color #F11C99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11C99 is #0EE366. Grayscale: #696969. Windows color (decimal): -975719 or 10034417. OLE color: 10034417.

HSL color Cylindrical-coordinate representation of color #F11C99: hue angle of 324.79º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F11C99 is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 28 153 -
CMYK 0 0.88 0.37 0.05
HSL 324.79º 0.88% 0.53% -
HSV(B) 324.79º 0.88% 0.95% -
XYZ 42.44 21.83 32.11 -
YUV 105.94 154.57 224.34 -
System Red Green Blue C M Y K H S L
Decimal 241 28 153 0 0.88 0.37 0.05 324.79 0.88 0.53
Hex F1 1C 99 0 58 25 5 145 58 35
Octal 361 34 231 0 130 45 5 505 130 65
Binary 11110001 11100 10011001 0 1011000 100101 101 101000101 1011000 110101

Color Harmonies of #F11C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11C99

Black with #F11C99

Text Example


Text Example

White with #F11C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11C99; }

 p { color: rgb(241,28,153); }

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

background-color css

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

 a { background-color: rgb(241,28,153); }

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

border-color css

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

 span { border-color: rgb(241,28,153); }

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