Html Css Color HEX #FB1DF8 Magenta

📋 copy color: '#FB1DF8'

red 251 ◦ green 29 ◦ blue 248

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

Shades of Magenta #FB1DF8

Tints of Magenta #FB1DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 46.97%

R = 47.54%
G = 5.49%
B = 46.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FB1DF8 (or 0xFB1DF8) is known color: Magenta. HEX triplet: FB, 1D and F8. RGB value is (251,29,248). Sum of RGB (Red+Green+Blue) = 251+29+248=528 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.54% from 528); Green value is 29 (11.72% from 255 or 5.49% from 528); Blue value is 248 (97.27% from 255 or 46.97% from 528); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1DF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB1DF8 is #04E207. Grayscale: #777777. Windows color (decimal): -320008 or 16260603. OLE color: 16260603.

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

Color convert

RGB 251 29 248 -
CMYK 0 0.88 0.01 0.02
HSL 300.81º 0.97% 0.55% -
HSV(B) 300.81º 0.88% 0.98% -
XYZ 57.17 28.17 91.23 -
YUV 120.34 200.05 221.19 -
System Red Green Blue C M Y K H S L
Decimal 251 29 248 0 0.88 0.01 0.02 300.81 0.97 0.55
Hex FB 1D F8 0 58 1 2 12D 61 37
Octal 373 35 370 0 130 1 2 455 141 67
Binary 11111011 11101 11111000 0 1011000 1 10 100101101 1100001 110111

Color Harmonies of #FB1DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1DF8

Black with #FB1DF8

Text Example


Text Example

White with #FB1DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1DF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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