Html Css Color HEX #FF29F5 Magenta

📋 copy color: '#FF29F5'

red 255 ◦ green 41 ◦ blue 245

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

Shades of Magenta #FF29F5

Tints of Magenta #FF29F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 45.29%

R = 47.13%
G = 7.58%
B = 45.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#FF29F5 (or 0xFF29F5) is known color: Magenta. HEX triplet: FF, 29 and F5. RGB value is (255,41,245). Sum of RGB (Red+Green+Blue) = 255+41+245=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 41 (16.41% from 255 or 7.58% from 541); Blue value is 245 (96.09% from 255 or 45.29% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FF29F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF29F5 is #00D60A. Grayscale: #7F7F7F. Windows color (decimal): -54795 or 16067071. OLE color: 16067071.

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

Color convert

RGB 255 41 245 -
CMYK 0 0.84 0.04 0
HSL 302.8º 1% 0.58% -
HSV(B) 302.8º 0.84% 1% -
XYZ 58.51 29.44 88.98 -
YUV 128.24 193.9 218.41 -
System Red Green Blue C M Y K H S L
Decimal 255 41 245 0 0.84 0.04 0 302.8 1 0.58
Hex FF 29 F5 0 54 4 0 12F 64 3A
Octal 377 51 365 0 124 4 0 457 144 72
Binary 11111111 101001 11110101 0 1010100 100 0 100101111 1100100 111010

Color Harmonies of #FF29F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF29F5

Black with #FF29F5

Text Example


Text Example

White with #FF29F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF29F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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