Html Css Color HEX #FB2EFB Magenta

📋 copy color: '#FB2EFB'

red 251 ◦ green 46 ◦ blue 251

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

Shades of Magenta #FB2EFB

Tints of Magenta #FB2EFB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 8.39%

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

R = 45.8%
G = 8.39%
B = 45.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FB2EFB (or 0xFB2EFB) is known color: Magenta. HEX triplet: FB, 2E and FB. RGB value is (251,46,251). Sum of RGB (Red+Green+Blue) = 251+46+251=548 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.80% from 548); Green value is 46 (18.36% from 255 or 8.39% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FB2EFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB2EFB is #04D104. Grayscale: #828282. Windows color (decimal): -315653 or 16461563. OLE color: 16461563.

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

Color convert

RGB 251 46 251 -
CMYK 0 0.82 0 0.02
HSL 300º 0.96% 0.58% -
HSV(B) 300º 0.82% 0.98% -
XYZ 58.17 29.43 93.88 -
YUV 130.67 195.92 213.83 -
System Red Green Blue C M Y K H S L
Decimal 251 46 251 0 0.82 0 0.02 300 0.96 0.58
Hex FB 2E FB 0 52 0 2 12C 60 3A
Octal 373 56 373 0 122 0 2 454 140 72
Binary 11111011 101110 11111011 0 1010010 0 10 100101100 1100000 111010

Color Harmonies of #FB2EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2EFB

Black with #FB2EFB

Text Example


Text Example

White with #FB2EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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