Html Css Color HEX #FB1DEA Magenta

📋 copy color: '#FB1DEA'

red 251 ◦ green 29 ◦ blue 234

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

Shades of Magenta #FB1DEA

Tints of Magenta #FB1DEA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.64%

 BLUE value IS 234 (91.8% from 255) = 45.53%

R = 48.83%
G = 5.64%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FB1DEA (or 0xFB1DEA) is known color: Magenta. HEX triplet: FB, 1D and EA. RGB value is (251,29,234). Sum of RGB (Red+Green+Blue) = 251+29+234=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 29 (11.72% from 255 or 5.64% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1DEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB1DEA is #04E215. Grayscale: #767676. Windows color (decimal): -320022 or 15343099. OLE color: 15343099.

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

Color convert

RGB 251 29 234 -
CMYK 0 0.88 0.07 0.02
HSL 304.59º 0.97% 0.55% -
HSV(B) 304.59º 0.88% 0.98% -
XYZ 55.07 27.33 80.21 -
YUV 118.75 193.05 222.33 -
System Red Green Blue C M Y K H S L
Decimal 251 29 234 0 0.88 0.07 0.02 304.59 0.97 0.55
Hex FB 1D EA 0 58 7 2 131 61 37
Octal 373 35 352 0 130 7 2 461 141 67
Binary 11111011 11101 11101010 0 1011000 111 10 100110001 1100001 110111

Color Harmonies of #FB1DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1DEA

Black with #FB1DEA

Text Example


Text Example

White with #FB1DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1DEA; }

 p { color: rgb(251,29,234); }

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

background-color css

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

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

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

border-color css

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

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

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