Html Css Color HEX #F11B90 Deep Pink

📋 copy color: '#F11B90'

red 241 ◦ green 27 ◦ blue 144

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

Shades of Deep Pink #F11B90

Tints of Deep Pink #F11B90

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.55%

 BLUE value IS 144 (56.64% from 255) = 34.95%

R = 58.5%
G = 6.55%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F11B90 (or 0xF11B90) is known color: Deep Pink. HEX triplet: F1, 1B and 90. RGB value is (241,27,144). Sum of RGB (Red+Green+Blue) = 241+27+144=412 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.50% from 412); Green value is 27 (10.94% from 255 or 6.55% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 241 - color contains mainly: red. Hex color #F11B90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11B90 is #0EE46F. Grayscale: #686868. Windows color (decimal): -975984 or 9444337. OLE color: 9444337.

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

Color convert

RGB 241 27 144 -
CMYK 0 0.89 0.40 0.05
HSL 327.2º 0.88% 0.53% -
HSV(B) 327.2º 0.89% 0.95% -
XYZ 41.7 21.5 28.34 -
YUV 104.32 150.4 225.49 -
System Red Green Blue C M Y K H S L
Decimal 241 27 144 0 0.89 0.40 0.05 327.2 0.88 0.53
Hex F1 1B 90 0 59 28 5 147 58 35
Octal 361 33 220 0 131 50 5 507 130 65
Binary 11110001 11011 10010000 0 1011001 101000 101 101000111 1011000 110101

Color Harmonies of #F11B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11B90

Black with #F11B90

Text Example


Text Example

White with #F11B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11B90; }

 p { color: rgb(241,27,144); }

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

background-color css

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

 a { background-color: rgb(241,27,144); }

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

border-color css

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

 span { border-color: rgb(241,27,144); }

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