Html Css Color HEX #FB19FB Magenta

📋 copy color: '#FB19FB'

red 251 ◦ green 25 ◦ blue 251

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

Shades of Magenta #FB19FB

Tints of Magenta #FB19FB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 4.74%

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

R = 47.63%
G = 4.74%
B = 47.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FB19FB (or 0xFB19FB) is known color: Magenta. HEX triplet: FB, 19 and FB. RGB value is (251,25,251). Sum of RGB (Red+Green+Blue) = 251+25+251=527 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.63% from 527); Green value is 25 (10.16% from 255 or 4.74% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FB19FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB19FB is #04E604. Grayscale: #757575. Windows color (decimal): -321029 or 16456187. OLE color: 16456187.

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

Color convert

RGB 251 25 251 -
CMYK 0 0.90 0 0.02
HSL 300º 0.97% 0.54% -
HSV(B) 300º 0.9% 0.98% -
XYZ 57.54 28.17 93.67 -
YUV 118.34 202.87 222.62 -
System Red Green Blue C M Y K H S L
Decimal 251 25 251 0 0.90 0 0.02 300 0.97 0.54
Hex FB 19 FB 0 5A 0 2 12C 61 36
Octal 373 31 373 0 132 0 2 454 141 66
Binary 11111011 11001 11111011 0 1011010 0 10 100101100 1100001 110110

Color Harmonies of #FB19FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB19FB

Black with #FB19FB

Text Example


Text Example

White with #FB19FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB19FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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