Html Css Color HEX #FB29F9 Magenta

📋 copy color: '#FB29F9'

red 251 ◦ green 41 ◦ blue 249

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

Shades of Magenta #FB29F9

Tints of Magenta #FB29F9

RGB

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

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

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

R = 46.4%
G = 7.58%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FB29F9 (or 0xFB29F9) is known color: Magenta. HEX triplet: FB, 29 and F9. RGB value is (251,41,249). Sum of RGB (Red+Green+Blue) = 251+41+249=541 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.40% from 541); Green value is 41 (16.41% from 255 or 7.58% from 541); Blue value is 249 (97.66% from 255 or 46.03% from 541); Max value from RGB is 251 - color contains mainly: red. Hex color #FB29F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB29F9 is #04D606. Grayscale: #7E7E7E. Windows color (decimal): -316935 or 16329211. OLE color: 16329211.

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

Color convert

RGB 251 41 249 -
CMYK 0 0.84 0.01 0.02
HSL 300.57º 0.96% 0.57% -
HSV(B) 300.57º 0.84% 0.98% -
XYZ 57.68 28.93 92.17 -
YUV 127.5 196.57 216.09 -
System Red Green Blue C M Y K H S L
Decimal 251 41 249 0 0.84 0.01 0.02 300.57 0.96 0.57
Hex FB 29 F9 0 54 1 2 12D 60 39
Octal 373 51 371 0 124 1 2 455 140 71
Binary 11111011 101001 11111001 0 1010100 1 10 100101101 1100000 111001

Color Harmonies of #FB29F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB29F9

Black with #FB29F9

Text Example


Text Example

White with #FB29F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB29F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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