Html Css Color HEX #FF29F9 Magenta

📋 copy color: '#FF29F9'

red 255 ◦ green 41 ◦ blue 249

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

Shades of Magenta #FF29F9

Tints of Magenta #FF29F9

RGB

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

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

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

R = 46.79%
G = 7.52%
B = 45.69%

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

#FF29F9 (or 0xFF29F9) is known color: Magenta. HEX triplet: FF, 29 and F9. RGB value is (255,41,249). Sum of RGB (Red+Green+Blue) = 255+41+249=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 41 (16.41% from 255 or 7.52% from 545); Blue value is 249 (97.66% from 255 or 45.69% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FF29F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF29F9 is #00D606. Grayscale: #808080. Windows color (decimal): -54791 or 16329215. OLE color: 16329215.

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

Color convert

RGB 255 41 249 -
CMYK 0 0.84 0.02 0
HSL 301.68º 1% 0.58% -
HSV(B) 301.68º 0.84% 1% -
XYZ 59.13 29.69 92.24 -
YUV 128.7 195.9 218.09 -
System Red Green Blue C M Y K H S L
Decimal 255 41 249 0 0.84 0.02 0 301.68 1 0.58
Hex FF 29 F9 0 54 2 0 12E 64 3A
Octal 377 51 371 0 124 2 0 456 144 72
Binary 11111111 101001 11111001 0 1010100 10 0 100101110 1100100 111010

Color Harmonies of #FF29F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF29F9

Black with #FF29F9

Text Example


Text Example

White with #FF29F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF29F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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