Html Css Color HEX #F11280 Deep Pink

📋 copy color: '#F11280'

red 241 ◦ green 18 ◦ blue 128

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

Shades of Deep Pink #F11280

Tints of Deep Pink #F11280

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.65%

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

R = 62.27%
G = 4.65%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F11280 (or 0xF11280) is known color: Deep Pink. HEX triplet: F1, 12 and 80. RGB value is (241,18,128). Sum of RGB (Red+Green+Blue) = 241+18+128=387 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.27% from 387); Green value is 18 (7.42% from 255 or 4.65% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 241 - color contains mainly: red. Hex color #F11280 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11280 is #0EED7F. Grayscale: #616161. Windows color (decimal): -978304 or 8393457. OLE color: 8393457.

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

Color convert

RGB 241 18 128 -
CMYK 0 0.93 0.47 0.05
HSL 330.4º 0.89% 0.51% -
HSV(B) 330.4º 0.93% 0.95% -
XYZ 40.39 20.69 22.29 -
YUV 97.22 145.38 230.56 -
System Red Green Blue C M Y K H S L
Decimal 241 18 128 0 0.93 0.47 0.05 330.4 0.89 0.51
Hex F1 12 80 0 5D 2F 5 14A 59 33
Octal 361 22 200 0 135 57 5 512 131 63
Binary 11110001 10010 10000000 0 1011101 101111 101 101001010 1011001 110011

Color Harmonies of #F11280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11280

Black with #F11280

Text Example


Text Example

White with #F11280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11280; }

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

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

background-color css

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

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

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

border-color css

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

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

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