Html Css Color HEX #FA29FE Magenta

📋 copy color: '#FA29FE'

red 250 ◦ green 41 ◦ blue 254

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

Shades of Magenta #FA29FE

Tints of Magenta #FA29FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.61%

R = 45.87%
G = 7.52%
B = 46.61%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FA29FE (or 0xFA29FE) is known color: Magenta. HEX triplet: FA, 29 and FE. RGB value is (250,41,254). Sum of RGB (Red+Green+Blue) = 250+41+254=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 41 (16.41% from 255 or 7.52% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA29FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA29FE is #05D601. Grayscale: #7F7F7F. Windows color (decimal): -382466 or 16656890. OLE color: 16656890.

HSL color Cylindrical-coordinate representation of color #FA29FE: hue angle of 298.87º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA29FE is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 250 41 254 -
CMYK 0.02 0.84 0 0.00
HSL 298.87º 0.99% 0.58% -
HSV(B) 298.87º 0.84% 1% -
XYZ 58.11 29.07 96.31 -
YUV 127.77 199.24 215.18 -
System Red Green Blue C M Y K H S L
Decimal 250 41 254 0.02 0.84 0 0.00 298.87 0.99 0.58
Hex FA 29 FE 2 54 0 0 12B 63 3A
Octal 372 51 376 2 124 0 0 453 143 72
Binary 11111010 101001 11111110 10 1010100 0 0 100101011 1100011 111010

Color Harmonies of #FA29FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA29FE

Black with #FA29FE

Text Example


Text Example

White with #FA29FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA29FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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