Html Css Color HEX #F11BFB Magenta

📋 copy color: '#F11BFB'

red 241 ◦ green 27 ◦ blue 251

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

Shades of Magenta #F11BFB

Tints of Magenta #F11BFB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.2%

 BLUE value IS 251 (98.44% from 255) = 48.36%

R = 46.44%
G = 5.2%
B = 48.36%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F11BFB (or 0xF11BFB) is known color: Magenta. HEX triplet: F1, 1B and FB. RGB value is (241,27,251). Sum of RGB (Red+Green+Blue) = 241+27+251=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 27 (10.94% from 255 or 5.20% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #F11BFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F11BFB is #0EE404. Grayscale: #737373. Windows color (decimal): -975877 or 16456689. OLE color: 16456689.

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

Color convert

RGB 241 27 251 -
CMYK 0.04 0.89 0 0.02
HSL 297.32º 0.97% 0.55% -
HSV(B) 297.32º 0.89% 0.98% -
XYZ 54.08 26.45 93.52 -
YUV 116.52 203.9 216.79 -
System Red Green Blue C M Y K H S L
Decimal 241 27 251 0.04 0.89 0 0.02 297.32 0.97 0.55
Hex F1 1B FB 4 59 0 2 129 61 37
Octal 361 33 373 4 131 0 2 451 141 67
Binary 11110001 11011 11111011 100 1011001 0 10 100101001 1100001 110111

Color Harmonies of #F11BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11BFB

Black with #F11BFB

Text Example


Text Example

White with #F11BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11BFB; }

 p { color: rgb(241,27,251); }

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

background-color css

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

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

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

border-color css

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

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

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