Html Css Color HEX #FB0EFB Magenta

📋 copy color: '#FB0EFB'

red 251 ◦ green 14 ◦ blue 251

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

Shades of Magenta #FB0EFB

Tints of Magenta #FB0EFB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.71%

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

R = 48.64%
G = 2.71%
B = 48.64%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FB0EFB (or 0xFB0EFB) is known color: Magenta. HEX triplet: FB, 0E and FB. RGB value is (251,14,251). Sum of RGB (Red+Green+Blue) = 251+14+251=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 14 (5.86% from 255 or 2.71% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FB0EFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB0EFB is #04F104. Grayscale: #6F6F6F. Windows color (decimal): -323845 or 16453371. OLE color: 16453371.

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

Color convert

RGB 251 14 251 -
CMYK 0 0.94 0 0.02
HSL 300º 0.97% 0.52% -
HSV(B) 300º 0.94% 0.98% -
XYZ 57.35 27.79 93.61 -
YUV 111.88 206.52 227.23 -
System Red Green Blue C M Y K H S L
Decimal 251 14 251 0 0.94 0 0.02 300 0.97 0.52
Hex FB E FB 0 5E 0 2 12C 61 34
Octal 373 16 373 0 136 0 2 454 141 64
Binary 11111011 1110 11111011 0 1011110 0 10 100101100 1100001 110100

Color Harmonies of #FB0EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0EFB

Black with #FB0EFB

Text Example


Text Example

White with #FB0EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0EFB; }

 p { color: rgb(251,14,251); }

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

background-color css

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

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

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

border-color css

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

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

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