Html Css Color HEX #FB01EE Magenta

📋 copy color: '#FB01EE'

red 251 ◦ green 1 ◦ blue 238

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

Shades of Magenta #FB01EE

Tints of Magenta #FB01EE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.2%

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

R = 51.22%
G = 0.2%
B = 48.57%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FB01EE (or 0xFB01EE) is known color: Magenta. HEX triplet: FB, 01 and EE. RGB value is (251,1,238). Sum of RGB (Red+Green+Blue) = 251+1+238=490 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.22% from 490); Green value is 1 (0.78% from 255 or 0.20% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 251 - color contains mainly: red. Hex color #FB01EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB01EE is #04FE11. Grayscale: #666666. Windows color (decimal): -327186 or 15598075. OLE color: 15598075.

HSL color Cylindrical-coordinate representation of color #FB01EE: hue angle of 303.12º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB01EE is Cyan = 0, Magento = 1.00, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 1 238 -
CMYK 0 1.00 0.05 0.02
HSL 303.12º 0.99% 0.49% -
HSV(B) 303.12º 1% 0.98% -
XYZ 55.23 26.7 83.13 -
YUV 102.77 204.33 233.73 -
System Red Green Blue C M Y K H S L
Decimal 251 1 238 0 1.00 0.05 0.02 303.12 0.99 0.49
Hex FB 1 EE 0 64 5 2 12F 63 31
Octal 373 1 356 0 144 5 2 457 143 61
Binary 11111011 1 11101110 0 1100100 101 10 100101111 1100011 110001

Color Harmonies of #FB01EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB01EE

Black with #FB01EE

Text Example


Text Example

White with #FB01EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB01EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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