Html Css Color HEX #FA03F1 Magenta

📋 copy color: '#FA03F1'

red 250 ◦ green 3 ◦ blue 241

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

Shades of Magenta #FA03F1

Tints of Magenta #FA03F1

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.61%

 BLUE value IS 241 (94.53% from 255) = 48.79%

R = 50.61%
G = 0.61%
B = 48.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FA03F1 (or 0xFA03F1) is known color: Magenta. HEX triplet: FA, 03 and F1. RGB value is (250,3,241). Sum of RGB (Red+Green+Blue) = 250+3+241=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 3 (1.56% from 255 or 0.61% from 494); Blue value is 241 (94.53% from 255 or 48.79% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FA03F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA03F1 is #05FC0E. Grayscale: #676767. Windows color (decimal): -392207 or 15795194. OLE color: 15795194.

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

Color convert

RGB 250 3 241 -
CMYK 0 0.99 0.04 0.02
HSL 302.19º 0.98% 0.5% -
HSV(B) 302.19º 0.99% 0.98% -
XYZ 55.33 26.74 85.46 -
YUV 103.99 205.33 232.15 -
System Red Green Blue C M Y K H S L
Decimal 250 3 241 0 0.99 0.04 0.02 302.19 0.98 0.5
Hex FA 3 F1 0 63 4 2 12E 62 32
Octal 372 3 361 0 143 4 2 456 142 62
Binary 11111010 11 11110001 0 1100011 100 10 100101110 1100010 110010

Color Harmonies of #FA03F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA03F1

Black with #FA03F1

Text Example


Text Example

White with #FA03F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA03F1; }

 p { color: rgb(250,3,241); }

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

background-color css

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

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

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

border-color css

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

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

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