Html Css Color HEX #F11FFD Magenta

📋 copy color: '#F11FFD'

red 241 ◦ green 31 ◦ blue 253

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

Shades of Magenta #F11FFD

Tints of Magenta #F11FFD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 5.9%

 BLUE value IS 253 (99.22% from 255) = 48.19%

R = 45.9%
G = 5.9%
B = 48.19%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F11FFD (or 0xF11FFD) is known color: Magenta. HEX triplet: F1, 1F and FD. RGB value is (241,31,253). Sum of RGB (Red+Green+Blue) = 241+31+253=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 31 (12.5% from 255 or 5.90% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #F11FFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F11FFD is #0EE002. Grayscale: #767676. Windows color (decimal): -974851 or 16588785. OLE color: 16588785.

HSL color Cylindrical-coordinate representation of color #F11FFD: hue angle of 296.76º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F11FFD is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 241 31 253 -
CMYK 0.05 0.88 0 0.01
HSL 296.76º 0.98% 0.56% -
HSV(B) 296.76º 0.88% 0.99% -
XYZ 54.5 26.77 95.22 -
YUV 119.1 203.57 214.95 -
System Red Green Blue C M Y K H S L
Decimal 241 31 253 0.05 0.88 0 0.01 296.76 0.98 0.56
Hex F1 1F FD 5 58 0 1 129 62 38
Octal 361 37 375 5 130 0 1 451 142 70
Binary 11110001 11111 11111101 101 1011000 0 1 100101001 1100010 111000

Color Harmonies of #F11FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11FFD

Black with #F11FFD

Text Example


Text Example

White with #F11FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11FFD; }

 p { color: rgb(241,31,253); }

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

background-color css

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

 a { background-color: rgb(241,31,253); }

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

border-color css

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

 span { border-color: rgb(241,31,253); }

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