Html Css Color HEX #F11880 Deep Pink

📋 copy color: '#F11880'

red 241 ◦ green 24 ◦ blue 128

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

Shades of Deep Pink #F11880

Tints of Deep Pink #F11880

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.11%

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

R = 61.32%
G = 6.11%
B = 32.57%

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

#F11880 (or 0xF11880) is known color: Deep Pink. HEX triplet: F1, 18 and 80. RGB value is (241,24,128). Sum of RGB (Red+Green+Blue) = 241+24+128=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 24 (9.77% from 255 or 6.11% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F11880 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11880 is #0EE77F. Grayscale: #646464. Windows color (decimal): -976768 or 8394993. OLE color: 8394993.

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

Color convert

RGB 241 24 128 -
CMYK 0 0.90 0.47 0.05
HSL 331.24º 0.89% 0.52% -
HSV(B) 331.24º 0.9% 0.95% -
XYZ 40.5 20.91 22.32 -
YUV 100.74 143.39 228.04 -
System Red Green Blue C M Y K H S L
Decimal 241 24 128 0 0.90 0.47 0.05 331.24 0.89 0.52
Hex F1 18 80 0 5A 2F 5 14B 59 34
Octal 361 30 200 0 132 57 5 513 131 64
Binary 11110001 11000 10000000 0 1011010 101111 101 101001011 1011001 110100

Color Harmonies of #F11880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11880

Black with #F11880

Text Example


Text Example

White with #F11880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11880; }

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

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

background-color css

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

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

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

border-color css

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

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

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