Html Css Color HEX #F11581 Deep Pink

📋 copy color: '#F11581'

red 241 ◦ green 21 ◦ blue 129

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

Shades of Deep Pink #F11581

Tints of Deep Pink #F11581

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.37%

 BLUE value IS 129 (50.78% from 255) = 32.99%

R = 61.64%
G = 5.37%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F11581 (or 0xF11581) is known color: Deep Pink. HEX triplet: F1, 15 and 81. RGB value is (241,21,129). Sum of RGB (Red+Green+Blue) = 241+21+129=391 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.64% from 391); Green value is 21 (8.59% from 255 or 5.37% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 241 - color contains mainly: red. Hex color #F11581 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11581 is #0EEA7E. Grayscale: #626262. Windows color (decimal): -977535 or 8459761. OLE color: 8459761.

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

Color convert

RGB 241 21 129 -
CMYK 0 0.91 0.46 0.05
HSL 330.55º 0.89% 0.51% -
HSV(B) 330.55º 0.91% 0.95% -
XYZ 40.51 20.82 22.65 -
YUV 99.09 144.89 229.22 -
System Red Green Blue C M Y K H S L
Decimal 241 21 129 0 0.91 0.46 0.05 330.55 0.89 0.51
Hex F1 15 81 0 5B 2E 5 14B 59 33
Octal 361 25 201 0 133 56 5 513 131 63
Binary 11110001 10101 10000001 0 1011011 101110 101 101001011 1011001 110011

Color Harmonies of #F11581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11581

Black with #F11581

Text Example


Text Example

White with #F11581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11581; }

 p { color: rgb(241,21,129); }

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

background-color css

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

 a { background-color: rgb(241,21,129); }

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

border-color css

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

 span { border-color: rgb(241,21,129); }

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