Html Css Color HEX #F11B83 Deep Pink

📋 copy color: '#F11B83'

red 241 ◦ green 27 ◦ blue 131

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

Shades of Deep Pink #F11B83

Tints of Deep Pink #F11B83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.83%

R = 60.4%
G = 6.77%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F11B83 (or 0xF11B83) is known color: Deep Pink. HEX triplet: F1, 1B and 83. RGB value is (241,27,131). Sum of RGB (Red+Green+Blue) = 241+27+131=399 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.40% from 399); Green value is 27 (10.94% from 255 or 6.77% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 241 - color contains mainly: red. Hex color #F11B83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11B83 is #0EE47C. Grayscale: #666666. Windows color (decimal): -975997 or 8592369. OLE color: 8592369.

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

Color convert

RGB 241 27 131 -
CMYK 0 0.89 0.46 0.05
HSL 330.84º 0.88% 0.53% -
HSV(B) 330.84º 0.89% 0.95% -
XYZ 40.76 21.12 23.4 -
YUV 102.84 143.9 226.54 -
System Red Green Blue C M Y K H S L
Decimal 241 27 131 0 0.89 0.46 0.05 330.84 0.88 0.53
Hex F1 1B 83 0 59 2E 5 14B 58 35
Octal 361 33 203 0 131 56 5 513 130 65
Binary 11110001 11011 10000011 0 1011001 101110 101 101001011 1011000 110101

Color Harmonies of #F11B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11B83

Black with #F11B83

Text Example


Text Example

White with #F11B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11B83; }

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

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

background-color css

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

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

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

border-color css

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

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

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