Html Css Color HEX #FB1BEB Magenta

📋 copy color: '#FB1BEB'

red 251 ◦ green 27 ◦ blue 235

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

Shades of Magenta #FB1BEB

Tints of Magenta #FB1BEB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.26%

 BLUE value IS 235 (92.19% from 255) = 45.81%

R = 48.93%
G = 5.26%
B = 45.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FB1BEB (or 0xFB1BEB) is known color: Magenta. HEX triplet: FB, 1B and EB. RGB value is (251,27,235). Sum of RGB (Red+Green+Blue) = 251+27+235=513 (67% of max value = 765). Red value is 251 (98.44% from 255 or 48.93% from 513); Green value is 27 (10.94% from 255 or 5.26% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1BEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB1BEB is #04E414. Grayscale: #757575. Windows color (decimal): -320533 or 15408123. OLE color: 15408123.

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

Color convert

RGB 251 27 235 -
CMYK 0 0.89 0.06 0.02
HSL 304.29º 0.97% 0.55% -
HSV(B) 304.29º 0.89% 0.98% -
XYZ 55.17 27.29 80.96 -
YUV 117.69 194.21 223.09 -
System Red Green Blue C M Y K H S L
Decimal 251 27 235 0 0.89 0.06 0.02 304.29 0.97 0.55
Hex FB 1B EB 0 59 6 2 130 61 37
Octal 373 33 353 0 131 6 2 460 141 67
Binary 11111011 11011 11101011 0 1011001 110 10 100110000 1100001 110111

Color Harmonies of #FB1BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1BEB

Black with #FB1BEB

Text Example


Text Example

White with #FB1BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1BEB; }

 p { color: rgb(251,27,235); }

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

background-color css

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

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

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

border-color css

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

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

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