Html Css Color HEX #FB1FEC Magenta

📋 copy color: '#FB1FEC'

red 251 ◦ green 31 ◦ blue 236

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

Shades of Magenta #FB1FEC

Tints of Magenta #FB1FEC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 5.98%

 BLUE value IS 236 (92.58% from 255) = 45.56%

R = 48.46%
G = 5.98%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FB1FEC (or 0xFB1FEC) is known color: Magenta. HEX triplet: FB, 1F and EC. RGB value is (251,31,236). Sum of RGB (Red+Green+Blue) = 251+31+236=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 31 (12.5% from 255 or 5.98% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1FEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB1FEC is #04E013. Grayscale: #777777. Windows color (decimal): -319508 or 15474683. OLE color: 15474683.

HSL color Cylindrical-coordinate representation of color #FB1FEC: hue angle of 304.09º degrees, saturation: 0.96, 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 #FB1FEC is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 31 236 -
CMYK 0 0.88 0.06 0.02
HSL 304.09º 0.96% 0.55% -
HSV(B) 304.09º 0.88% 0.98% -
XYZ 55.41 27.55 81.75 -
YUV 120.15 193.39 221.33 -
System Red Green Blue C M Y K H S L
Decimal 251 31 236 0 0.88 0.06 0.02 304.09 0.96 0.55
Hex FB 1F EC 0 58 6 2 130 60 37
Octal 373 37 354 0 130 6 2 460 140 67
Binary 11111011 11111 11101100 0 1011000 110 10 100110000 1100000 110111

Color Harmonies of #FB1FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1FEC

Black with #FB1FEC

Text Example


Text Example

White with #FB1FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1FEC; }

 p { color: rgb(251,31,236); }

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

background-color css

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

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

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

border-color css

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

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

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