Html Css Color HEX #F11CEB Magenta

📋 copy color: '#F11CEB'

red 241 ◦ green 28 ◦ blue 235

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

Shades of Magenta #F11CEB

Tints of Magenta #F11CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.63%

R = 47.82%
G = 5.56%
B = 46.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F11CEB (or 0xF11CEB) is known color: Magenta. HEX triplet: F1, 1C and EB. RGB value is (241,28,235). Sum of RGB (Red+Green+Blue) = 241+28+235=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 28 (11.33% from 255 or 5.56% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F11CEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F11CEB is #0EE314. Grayscale: #727272. Windows color (decimal): -975637 or 15408369. OLE color: 15408369.

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

Color convert

RGB 241 28 235 -
CMYK 0 0.88 0.02 0.05
HSL 301.69º 0.88% 0.53% -
HSV(B) 301.69º 0.88% 0.95% -
XYZ 51.69 25.53 80.8 -
YUV 115.29 195.57 217.67 -
System Red Green Blue C M Y K H S L
Decimal 241 28 235 0 0.88 0.02 0.05 301.69 0.88 0.53
Hex F1 1C EB 0 58 2 5 12E 58 35
Octal 361 34 353 0 130 2 5 456 130 65
Binary 11110001 11100 11101011 0 1011000 10 101 100101110 1011000 110101

Color Harmonies of #F11CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11CEB

Black with #F11CEB

Text Example


Text Example

White with #F11CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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