Html Css Color HEX #FB29FA Magenta

📋 copy color: '#FB29FA'

red 251 ◦ green 41 ◦ blue 250

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

Shades of Magenta #FB29FA

Tints of Magenta #FB29FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.13%

R = 46.31%
G = 7.56%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FB29FA (or 0xFB29FA) is known color: Magenta. HEX triplet: FB, 29 and FA. RGB value is (251,41,250). Sum of RGB (Red+Green+Blue) = 251+41+250=542 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.31% from 542); Green value is 41 (16.41% from 255 or 7.56% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 251 - color contains mainly: red. Hex color #FB29FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB29FA is #04D605. Grayscale: #7E7E7E. Windows color (decimal): -316934 or 16394747. OLE color: 16394747.

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

Color convert

RGB 251 41 250 -
CMYK 0 0.84 0.00 0.02
HSL 300.29º 0.96% 0.57% -
HSV(B) 300.29º 0.84% 0.98% -
XYZ 57.83 29 92.99 -
YUV 127.62 197.07 216.01 -
System Red Green Blue C M Y K H S L
Decimal 251 41 250 0 0.84 0.00 0.02 300.29 0.96 0.57
Hex FB 29 FA 0 54 0 2 12C 60 39
Octal 373 51 372 0 124 0 2 454 140 71
Binary 11111011 101001 11111010 0 1010100 0 10 100101100 1100000 111001

Color Harmonies of #FB29FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB29FA

Black with #FB29FA

Text Example


Text Example

White with #FB29FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB29FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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