Html Css Color HEX #FA02F1 Magenta

📋 copy color: '#FA02F1'

red 250 ◦ green 2 ◦ blue 241

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

Shades of Magenta #FA02F1

Tints of Magenta #FA02F1

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.41%

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

R = 50.71%
G = 0.41%
B = 48.88%

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

#FA02F1 (or 0xFA02F1) is known color: Magenta. HEX triplet: FA, 02 and F1. RGB value is (250,2,241). Sum of RGB (Red+Green+Blue) = 250+2+241=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 2 (1.17% from 255 or 0.41% from 493); Blue value is 241 (94.53% from 255 or 48.88% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FA02F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA02F1 is #05FD0E. Grayscale: #666666. Windows color (decimal): -392463 or 15794938. OLE color: 15794938.

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

Color convert

RGB 250 2 241 -
CMYK 0 0.99 0.04 0.02
HSL 302.18º 0.98% 0.49% -
HSV(B) 302.18º 0.99% 0.98% -
XYZ 55.32 26.72 85.46 -
YUV 103.4 205.66 232.57 -
System Red Green Blue C M Y K H S L
Decimal 250 2 241 0 0.99 0.04 0.02 302.18 0.98 0.49
Hex FA 2 F1 0 63 4 2 12E 62 31
Octal 372 2 361 0 143 4 2 456 142 61
Binary 11111010 10 11110001 0 1100011 100 10 100101110 1100010 110001

Color Harmonies of #FA02F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA02F1

Black with #FA02F1

Text Example


Text Example

White with #FA02F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA02F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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