Html Css Color HEX #FB1DF9 Magenta

📋 copy color: '#FB1DF9'

red 251 ◦ green 29 ◦ blue 249

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

Shades of Magenta #FB1DF9

Tints of Magenta #FB1DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.07%

R = 47.45%
G = 5.48%
B = 47.07%

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

#FB1DF9 (or 0xFB1DF9) is known color: Magenta. HEX triplet: FB, 1D and F9. RGB value is (251,29,249). Sum of RGB (Red+Green+Blue) = 251+29+249=529 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.45% from 529); Green value is 29 (11.72% from 255 or 5.48% from 529); Blue value is 249 (97.66% from 255 or 47.07% from 529); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1DF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB1DF9 is #04E206. Grayscale: #777777. Windows color (decimal): -320007 or 16326139. OLE color: 16326139.

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

Color convert

RGB 251 29 249 -
CMYK 0 0.88 0.01 0.02
HSL 300.54º 0.97% 0.55% -
HSV(B) 300.54º 0.88% 0.98% -
XYZ 57.32 28.23 92.05 -
YUV 120.46 200.55 221.11 -
System Red Green Blue C M Y K H S L
Decimal 251 29 249 0 0.88 0.01 0.02 300.54 0.97 0.55
Hex FB 1D F9 0 58 1 2 12D 61 37
Octal 373 35 371 0 130 1 2 455 141 67
Binary 11111011 11101 11111001 0 1011000 1 10 100101101 1100001 110111

Color Harmonies of #FB1DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1DF9

Black with #FB1DF9

Text Example


Text Example

White with #FB1DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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