Html Css Color HEX #FA04F2 Magenta

📋 copy color: '#FA04F2'

red 250 ◦ green 4 ◦ blue 242

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

Shades of Magenta #FA04F2

Tints of Magenta #FA04F2

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.81%

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

R = 50.4%
G = 0.81%
B = 48.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FA04F2 (or 0xFA04F2) is known color: Magenta. HEX triplet: FA, 04 and F2. RGB value is (250,4,242). Sum of RGB (Red+Green+Blue) = 250+4+242=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 4 (1.95% from 255 or 0.81% from 496); Blue value is 242 (94.92% from 255 or 48.79% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FA04F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA04F2 is #05FB0D. Grayscale: #676767. Windows color (decimal): -391950 or 15860986. OLE color: 15860986.

HSL color Cylindrical-coordinate representation of color #FA04F2: hue angle of 301.95º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA04F2 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 4 242 -
CMYK 0 0.98 0.03 0.02
HSL 301.95º 0.97% 0.5% -
HSV(B) 301.95º 0.98% 0.98% -
XYZ 55.49 26.82 86.26 -
YUV 104.69 205.5 231.65 -
System Red Green Blue C M Y K H S L
Decimal 250 4 242 0 0.98 0.03 0.02 301.95 0.97 0.5
Hex FA 4 F2 0 62 3 2 12E 61 32
Octal 372 4 362 0 142 3 2 456 141 62
Binary 11111010 100 11110010 0 1100010 11 10 100101110 1100001 110010

Color Harmonies of #FA04F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA04F2

Black with #FA04F2

Text Example


Text Example

White with #FA04F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA04F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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