Html Css Color HEX #FA29F5 Magenta

📋 copy color: '#FA29F5'

red 250 ◦ green 41 ◦ blue 245

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

Shades of Magenta #FA29F5

Tints of Magenta #FA29F5

RGB

 RED value IS 250 (98.05% from 255) = 46.64%

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

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

R = 46.64%
G = 7.65%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FA29F5 (or 0xFA29F5) is known color: Magenta. HEX triplet: FA, 29 and F5. RGB value is (250,41,245). Sum of RGB (Red+Green+Blue) = 250+41+245=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 41 (16.41% from 255 or 7.65% from 536); Blue value is 245 (96.09% from 255 or 45.71% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FA29F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA29F5 is #05D60A. Grayscale: #7E7E7E. Windows color (decimal): -382475 or 16067066. OLE color: 16067066.

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

Color convert

RGB 250 41 245 -
CMYK 0 0.84 0.02 0.02
HSL 301.44º 0.95% 0.57% -
HSV(B) 301.44º 0.84% 0.98% -
XYZ 56.7 28.5 88.9 -
YUV 126.75 194.74 215.91 -
System Red Green Blue C M Y K H S L
Decimal 250 41 245 0 0.84 0.02 0.02 301.44 0.95 0.57
Hex FA 29 F5 0 54 2 2 12D 5F 39
Octal 372 51 365 0 124 2 2 455 137 71
Binary 11111010 101001 11110101 0 1010100 10 10 100101101 1011111 111001

Color Harmonies of #FA29F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA29F5

Black with #FA29F5

Text Example


Text Example

White with #FA29F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA29F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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