Html Css Color HEX #F11CFF Magenta

📋 copy color: '#F11CFF'

red 241 ◦ green 28 ◦ blue 255

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

Shades of Magenta #F11CFF

Tints of Magenta #F11CFF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.34%

 BLUE value IS 255 (100% from 255) = 48.66%

R = 45.99%
G = 5.34%
B = 48.66%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F11CFF (or 0xF11CFF) is known color: Magenta. HEX triplet: F1, 1C and FF. RGB value is (241,28,255). Sum of RGB (Red+Green+Blue) = 241+28+255=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 28 (11.33% from 255 or 5.34% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #F11CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F11CFF is #0EE300. Grayscale: #747474. Windows color (decimal): -975617 or 16719089. OLE color: 16719089.

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

Color convert

RGB 241 28 255 -
CMYK 0.05 0.89 0 0
HSL 296.3º 1% 0.55% -
HSV(B) 296.3º 0.89% 1% -
XYZ 54.74 26.75 96.89 -
YUV 117.57 205.57 216.04 -
System Red Green Blue C M Y K H S L
Decimal 241 28 255 0.05 0.89 0 0 296.3 1 0.55
Hex F1 1C FF 5 59 0 0 128 64 37
Octal 361 34 377 5 131 0 0 450 144 67
Binary 11110001 11100 11111111 101 1011001 0 0 100101000 1100100 110111

Color Harmonies of #F11CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11CFF

Black with #F11CFF

Text Example


Text Example

White with #F11CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11CFF; }

 p { color: rgb(241,28,255); }

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

background-color css

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

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

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

border-color css

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

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

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