Html Css Color HEX #F11780 Deep Pink

📋 copy color: '#F11780'

red 241 ◦ green 23 ◦ blue 128

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

Shades of Deep Pink #F11780

Tints of Deep Pink #F11780

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.87%

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

R = 61.48%
G = 5.87%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F11780 (or 0xF11780) is known color: Deep Pink. HEX triplet: F1, 17 and 80. RGB value is (241,23,128). Sum of RGB (Red+Green+Blue) = 241+23+128=392 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.48% from 392); Green value is 23 (9.38% from 255 or 5.87% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 241 - color contains mainly: red. Hex color #F11780 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11780 is #0EE87F. Grayscale: #636363. Windows color (decimal): -977024 or 8394737. OLE color: 8394737.

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

Color convert

RGB 241 23 128 -
CMYK 0 0.90 0.47 0.05
HSL 331.1º 0.89% 0.52% -
HSV(B) 331.1º 0.9% 0.95% -
XYZ 40.48 20.87 22.32 -
YUV 100.15 143.72 228.46 -
System Red Green Blue C M Y K H S L
Decimal 241 23 128 0 0.90 0.47 0.05 331.1 0.89 0.52
Hex F1 17 80 0 5A 2F 5 14B 59 34
Octal 361 27 200 0 132 57 5 513 131 64
Binary 11110001 10111 10000000 0 1011010 101111 101 101001011 1011001 110100

Color Harmonies of #F11780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11780

Black with #F11780

Text Example


Text Example

White with #F11780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11780; }

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

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

background-color css

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

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

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

border-color css

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

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

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