Html Css Color HEX #FB1DFB Magenta

📋 copy color: '#FB1DFB'

red 251 ◦ green 29 ◦ blue 251

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

Shades of Magenta #FB1DFB

Tints of Magenta #FB1DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.27%

R = 47.27%
G = 5.46%
B = 47.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FB1DFB (or 0xFB1DFB) is known color: Magenta. HEX triplet: FB, 1D and FB. RGB value is (251,29,251). Sum of RGB (Red+Green+Blue) = 251+29+251=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 29 (11.72% from 255 or 5.46% from 531); Blue value is 251 (98.44% from 255 or 47.27% from 531); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FB1DFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB1DFB is #04E204. Grayscale: #787878. Windows color (decimal): -320005 or 16457211. OLE color: 16457211.

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

Color convert

RGB 251 29 251 -
CMYK 0 0.88 0 0.02
HSL 300º 0.97% 0.55% -
HSV(B) 300º 0.88% 0.98% -
XYZ 57.64 28.35 93.7 -
YUV 120.69 201.55 220.95 -
System Red Green Blue C M Y K H S L
Decimal 251 29 251 0 0.88 0 0.02 300 0.97 0.55
Hex FB 1D FB 0 58 0 2 12C 61 37
Octal 373 35 373 0 130 0 2 454 141 67
Binary 11111011 11101 11111011 0 1011000 0 10 100101100 1100001 110111

Color Harmonies of #FB1DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1DFB

Black with #FB1DFB

Text Example


Text Example

White with #FB1DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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