Html Css Color HEX #FB11ED Magenta

📋 copy color: '#FB11ED'

red 251 ◦ green 17 ◦ blue 237

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

Shades of Magenta #FB11ED

Tints of Magenta #FB11ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.93%

R = 49.7%
G = 3.37%
B = 46.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FB11ED (or 0xFB11ED) is known color: Magenta. HEX triplet: FB, 11 and ED. RGB value is (251,17,237). Sum of RGB (Red+Green+Blue) = 251+17+237=505 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.70% from 505); Green value is 17 (7.03% from 255 or 3.37% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 251 - color contains mainly: red. Hex color #FB11ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB11ED is #04EE12. Grayscale: #6F6F6F. Windows color (decimal): -323091 or 15536635. OLE color: 15536635.

HSL color Cylindrical-coordinate representation of color #FB11ED: hue angle of 303.59º 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 #FB11ED is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 17 237 -
CMYK 0 0.93 0.06 0.02
HSL 303.59º 0.97% 0.53% -
HSV(B) 303.59º 0.93% 0.98% -
XYZ 55.27 27.02 82.42 -
YUV 112.05 198.52 227.11 -
System Red Green Blue C M Y K H S L
Decimal 251 17 237 0 0.93 0.06 0.02 303.59 0.97 0.53
Hex FB 11 ED 0 5D 6 2 130 61 35
Octal 373 21 355 0 135 6 2 460 141 65
Binary 11111011 10001 11101101 0 1011101 110 10 100110000 1100001 110101

Color Harmonies of #FB11ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB11ED

Black with #FB11ED

Text Example


Text Example

White with #FB11ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB11ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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