Html Css Color HEX #FF29FA Magenta

📋 copy color: '#FF29FA'

red 255 ◦ green 41 ◦ blue 250

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

Shades of Magenta #FF29FA

Tints of Magenta #FF29FA

RGB

 RED value IS 255 (100% from 255) = 46.7%

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

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

R = 46.7%
G = 7.51%
B = 45.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FF29FA (or 0xFF29FA) is known color: Magenta. HEX triplet: FF, 29 and FA. RGB value is (255,41,250). Sum of RGB (Red+Green+Blue) = 255+41+250=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 41 (16.41% from 255 or 7.51% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FF29FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF29FA is #00D605. Grayscale: #808080. Windows color (decimal): -54790 or 16394751. OLE color: 16394751.

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

Color convert

RGB 255 41 250 -
CMYK 0 0.84 0.02 0
HSL 301.4º 1% 0.58% -
HSV(B) 301.4º 0.84% 1% -
XYZ 59.29 29.75 93.06 -
YUV 128.81 196.4 218.01 -
System Red Green Blue C M Y K H S L
Decimal 255 41 250 0 0.84 0.02 0 301.4 1 0.58
Hex FF 29 FA 0 54 2 0 12D 64 3A
Octal 377 51 372 0 124 2 0 455 144 72
Binary 11111111 101001 11111010 0 1010100 10 0 100101101 1100100 111010

Color Harmonies of #FF29FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF29FA

Black with #FF29FA

Text Example


Text Example

White with #FF29FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF29FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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