Html Css Color HEX #F11FF1 Magenta

📋 copy color: '#F11FF1'

red 241 ◦ green 31 ◦ blue 241

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

Shades of Magenta #F11FF1

Tints of Magenta #F11FF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.98%

R = 46.98%
G = 6.04%
B = 46.98%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F11FF1 (or 0xF11FF1) is known color: Magenta. HEX triplet: F1, 1F and F1. RGB value is (241,31,241). Sum of RGB (Red+Green+Blue) = 241+31+241=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 31 (12.5% from 255 or 6.04% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F11FF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F11FF1 is #0EE00E. Grayscale: #757575. Windows color (decimal): -974863 or 15802353. OLE color: 15802353.

HSL color Cylindrical-coordinate representation of color #F11FF1: hue angle of 300º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F11FF1 is Cyan = 0, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 31 241 -
CMYK 0 0.87 0 0.05
HSL 300º 0.88% 0.53% -
HSV(B) 300º 0.87% 0.95% -
XYZ 52.64 26.03 85.47 -
YUV 117.73 197.57 215.92 -
System Red Green Blue C M Y K H S L
Decimal 241 31 241 0 0.87 0 0.05 300 0.88 0.53
Hex F1 1F F1 0 57 0 5 12C 58 35
Octal 361 37 361 0 127 0 5 454 130 65
Binary 11110001 11111 11110001 0 1010111 0 101 100101100 1011000 110101

Color Harmonies of #F11FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11FF1

Black with #F11FF1

Text Example


Text Example

White with #F11FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11FF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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