Html Css Color HEX #FA29F2 Magenta

📋 copy color: '#FA29F2'

red 250 ◦ green 41 ◦ blue 242

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

Shades of Magenta #FA29F2

Tints of Magenta #FA29F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 45.4%

R = 46.9%
G = 7.69%
B = 45.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FA29F2 (or 0xFA29F2) is known color: Magenta. HEX triplet: FA, 29 and F2. RGB value is (250,41,242). Sum of RGB (Red+Green+Blue) = 250+41+242=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 41 (16.41% from 255 or 7.69% from 533); Blue value is 242 (94.92% from 255 or 45.40% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FA29F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA29F2 is #05D60D. Grayscale: #7D7D7D. Windows color (decimal): -382478 or 15870458. OLE color: 15870458.

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

Color convert

RGB 250 41 242 -
CMYK 0 0.84 0.03 0.02
HSL 302.3º 0.95% 0.57% -
HSV(B) 302.3º 0.84% 0.98% -
XYZ 56.24 28.32 86.51 -
YUV 126.41 193.24 216.16 -
System Red Green Blue C M Y K H S L
Decimal 250 41 242 0 0.84 0.03 0.02 302.3 0.95 0.57
Hex FA 29 F2 0 54 3 2 12E 5F 39
Octal 372 51 362 0 124 3 2 456 137 71
Binary 11111010 101001 11110010 0 1010100 11 10 100101110 1011111 111001

Color Harmonies of #FA29F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA29F2

Black with #FA29F2

Text Example


Text Example

White with #FA29F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA29F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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