Html Css Color HEX #FB11EE Magenta

📋 copy color: '#FB11EE'

red 251 ◦ green 17 ◦ blue 238

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

Shades of Magenta #FB11EE

Tints of Magenta #FB11EE

RGB

 RED value IS 251 (98.44% from 255) = 49.6%

 GREEN value IS 17 (7.03% from 255) = 3.36%

 BLUE value IS 238 (93.36% from 255) = 47.04%

R = 49.6%
G = 3.36%
B = 47.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FB11EE (or 0xFB11EE) is known color: Magenta. HEX triplet: FB, 11 and EE. RGB value is (251,17,238). Sum of RGB (Red+Green+Blue) = 251+17+238=506 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.60% from 506); Green value is 17 (7.03% from 255 or 3.36% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 251 - color contains mainly: red. Hex color #FB11EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB11EE is #04EE11. Grayscale: #6F6F6F. Windows color (decimal): -323090 or 15602171. OLE color: 15602171.

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

Color convert

RGB 251 17 238 -
CMYK 0 0.93 0.05 0.02
HSL 303.33º 0.97% 0.53% -
HSV(B) 303.33º 0.93% 0.98% -
XYZ 55.42 27.08 83.2 -
YUV 112.16 199.02 227.03 -
System Red Green Blue C M Y K H S L
Decimal 251 17 238 0 0.93 0.05 0.02 303.33 0.97 0.53
Hex FB 11 EE 0 5D 5 2 12F 61 35
Octal 373 21 356 0 135 5 2 457 141 65
Binary 11111011 10001 11101110 0 1011101 101 10 100101111 1100001 110101

Color Harmonies of #FB11EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB11EE

Black with #FB11EE

Text Example


Text Example

White with #FB11EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB11EE; }

 p { color: rgb(251,17,238); }

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

background-color css

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

 a { background-color: rgb(251,17,238); }

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

border-color css

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

 span { border-color: rgb(251,17,238); }

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