Html Css Color HEX #F11A83 Deep Pink

📋 copy color: '#F11A83'

red 241 ◦ green 26 ◦ blue 131

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

Shades of Deep Pink #F11A83

Tints of Deep Pink #F11A83

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.53%

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

R = 60.55%
G = 6.53%
B = 32.91%

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

#F11A83 (or 0xF11A83) is known color: Deep Pink. HEX triplet: F1, 1A and 83. RGB value is (241,26,131). Sum of RGB (Red+Green+Blue) = 241+26+131=398 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.55% from 398); Green value is 26 (10.55% from 255 or 6.53% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 241 - color contains mainly: red. Hex color #F11A83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11A83 is #0EE57C. Grayscale: #666666. Windows color (decimal): -976253 or 8592113. OLE color: 8592113.

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

Color convert

RGB 241 26 131 -
CMYK 0 0.89 0.46 0.05
HSL 330.7º 0.88% 0.52% -
HSV(B) 330.7º 0.89% 0.95% -
XYZ 40.74 21.08 23.39 -
YUV 102.26 144.23 226.96 -
System Red Green Blue C M Y K H S L
Decimal 241 26 131 0 0.89 0.46 0.05 330.7 0.88 0.52
Hex F1 1A 83 0 59 2E 5 14B 58 34
Octal 361 32 203 0 131 56 5 513 130 64
Binary 11110001 11010 10000011 0 1011001 101110 101 101001011 1011000 110100

Color Harmonies of #F11A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11A83

Black with #F11A83

Text Example


Text Example

White with #F11A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11A83; }

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

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

background-color css

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

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

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

border-color css

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

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

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