Html Css Color HEX #F11CF5 Magenta

📋 copy color: '#F11CF5'

red 241 ◦ green 28 ◦ blue 245

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

Shades of Magenta #F11CF5

Tints of Magenta #F11CF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 47.67%

R = 46.89%
G = 5.45%
B = 47.67%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F11CF5 (or 0xF11CF5) is known color: Magenta. HEX triplet: F1, 1C and F5. RGB value is (241,28,245). Sum of RGB (Red+Green+Blue) = 241+28+245=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 28 (11.33% from 255 or 5.45% from 514); Blue value is 245 (96.09% from 255 or 47.67% from 514); Max value from RGB is 245 - color contains mainly: blue. Hex color #F11CF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F11CF5 is #0EE30A. Grayscale: #737373. Windows color (decimal): -975627 or 16063729. OLE color: 16063729.

HSL color Cylindrical-coordinate representation of color #F11CF5: hue angle of 298.89º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F11CF5 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 241 28 245 -
CMYK 0.02 0.89 0 0.04
HSL 298.89º 0.92% 0.54% -
HSV(B) 298.89º 0.89% 0.96% -
XYZ 53.17 26.12 88.63 -
YUV 116.43 200.57 216.86 -
System Red Green Blue C M Y K H S L
Decimal 241 28 245 0.02 0.89 0 0.04 298.89 0.92 0.54
Hex F1 1C F5 2 59 0 4 12B 5C 36
Octal 361 34 365 2 131 0 4 453 134 66
Binary 11110001 11100 11110101 10 1011001 0 100 100101011 1011100 110110

Color Harmonies of #F11CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11CF5

Black with #F11CF5

Text Example


Text Example

White with #F11CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11CF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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