Html Css Color HEX #F11580 Deep Pink

📋 copy color: '#F11580'

red 241 ◦ green 21 ◦ blue 128

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

Shades of Deep Pink #F11580

Tints of Deep Pink #F11580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.82%

R = 61.79%
G = 5.38%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F11580 (or 0xF11580) is known color: Deep Pink. HEX triplet: F1, 15 and 80. RGB value is (241,21,128). Sum of RGB (Red+Green+Blue) = 241+21+128=390 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.79% from 390); Green value is 21 (8.59% from 255 or 5.38% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 241 - color contains mainly: red. Hex color #F11580 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11580 is #0EEA7F. Grayscale: #626262. Windows color (decimal): -977536 or 8394225. OLE color: 8394225.

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

Color convert

RGB 241 21 128 -
CMYK 0 0.91 0.47 0.05
HSL 330.82º 0.89% 0.51% -
HSV(B) 330.82º 0.91% 0.95% -
XYZ 40.44 20.8 22.3 -
YUV 98.98 144.39 229.3 -
System Red Green Blue C M Y K H S L
Decimal 241 21 128 0 0.91 0.47 0.05 330.82 0.89 0.51
Hex F1 15 80 0 5B 2F 5 14B 59 33
Octal 361 25 200 0 133 57 5 513 131 63
Binary 11110001 10101 10000000 0 1011011 101111 101 101001011 1011001 110011

Color Harmonies of #F11580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11580

Black with #F11580

Text Example


Text Example

White with #F11580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11580; }

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

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

background-color css

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

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

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

border-color css

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

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

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