Html Css Color HEX #FA00F1 Magenta

📋 copy color: '#FA00F1'

red 250 ◦ green 0 ◦ blue 241

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

Shades of Magenta #FA00F1

Tints of Magenta #FA00F1

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50.92%
G = 0%
B = 49.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FA00F1 (or 0xFA00F1) is known color: Magenta. HEX triplet: FA, 00 and F1. RGB value is (250,0,241). Sum of RGB (Red+Green+Blue) = 250+0+241=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 0 (0.39% from 255 or 0% from 491); Blue value is 241 (94.53% from 255 or 49.08% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FA00F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA00F1 is #05FF0E. Grayscale: #656565. Windows color (decimal): -392975 or 15794426. OLE color: 15794426.

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

Color convert

RGB 250 0 241 -
CMYK 0 1 0.04 0.02
HSL 302.16º 1% 0.49% -
HSV(B) 302.16º 1% 0.98% -
XYZ 55.3 26.67 85.45 -
YUV 102.22 206.33 233.4 -
System Red Green Blue C M Y K H S L
Decimal 250 0 241 0 1 0.04 0.02 302.16 1 0.49
Hex FA 0 F1 0 64 4 2 12E 64 31
Octal 372 0 361 0 144 4 2 456 144 61
Binary 11111010 0 11110001 0 1100100 100 10 100101110 1100100 110001

Color Harmonies of #FA00F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA00F1

Black with #FA00F1

Text Example


Text Example

White with #FA00F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA00F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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