Html Css Color HEX #FA29FA Magenta

📋 copy color: '#FA29FA'

red 250 ◦ green 41 ◦ blue 250

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

Shades of Magenta #FA29FA

Tints of Magenta #FA29FA

RGB

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

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

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

R = 46.21%
G = 7.58%
B = 46.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FA29FA (or 0xFA29FA) is known color: Magenta. HEX triplet: FA, 29 and FA. RGB value is (250,41,250). Sum of RGB (Red+Green+Blue) = 250+41+250=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 41 (16.41% from 255 or 7.58% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA29FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA29FA is #05D605. Grayscale: #7E7E7E. Windows color (decimal): -382470 or 16394746. OLE color: 16394746.

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

Color convert

RGB 250 41 250 -
CMYK 0 0.84 0 0.02
HSL 300º 0.95% 0.57% -
HSV(B) 300º 0.84% 0.98% -
XYZ 57.47 28.81 92.97 -
YUV 127.32 197.24 215.51 -
System Red Green Blue C M Y K H S L
Decimal 250 41 250 0 0.84 0 0.02 300 0.95 0.57
Hex FA 29 FA 0 54 0 2 12C 5F 39
Octal 372 51 372 0 124 0 2 454 137 71
Binary 11111010 101001 11111010 0 1010100 0 10 100101100 1011111 111001

Color Harmonies of #FA29FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA29FA

Black with #FA29FA

Text Example


Text Example

White with #FA29FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA29FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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