Html Css Color HEX #FB29FF Magenta

📋 copy color: '#FB29FF'

red 251 ◦ green 41 ◦ blue 255

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

Shades of Magenta #FB29FF

Tints of Magenta #FB29FF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 7.5%

 BLUE value IS 255 (100% from 255) = 46.62%

R = 45.89%
G = 7.5%
B = 46.62%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FB29FF (or 0xFB29FF) is known color: Magenta. HEX triplet: FB, 29 and FF. RGB value is (251,41,255). Sum of RGB (Red+Green+Blue) = 251+41+255=547 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.89% from 547); Green value is 41 (16.41% from 255 or 7.50% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB29FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB29FF is #04D600. Grayscale: #7F7F7F. Windows color (decimal): -316929 or 16722427. OLE color: 16722427.

HSL color Cylindrical-coordinate representation of color #FB29FF: hue angle of 298.88º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB29FF is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 251 41 255 -
CMYK 0.02 0.84 0 0
HSL 298.88º 1% 0.58% -
HSV(B) 298.88º 0.84% 1% -
XYZ 58.63 29.32 97.18 -
YUV 128.19 199.57 215.6 -
System Red Green Blue C M Y K H S L
Decimal 251 41 255 0.02 0.84 0 0 298.88 1 0.58
Hex FB 29 FF 2 54 0 0 12B 64 3A
Octal 373 51 377 2 124 0 0 453 144 72
Binary 11111011 101001 11111111 10 1010100 0 0 100101011 1100100 111010

Color Harmonies of #FB29FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB29FF

Black with #FB29FF

Text Example


Text Example

White with #FB29FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB29FF; }

 p { color: rgb(251,41,255); }

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

background-color css

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

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

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

border-color css

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

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

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