Html Css Color HEX #F201FA Magenta

📋 copy color: '#F201FA'

red 242 ◦ green 1 ◦ blue 250

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

Shades of Magenta #F201FA

Tints of Magenta #F201FA

RGB

 RED value IS 242 (94.92% from 255) = 49.09%

 GREEN value IS 1 (0.78% from 255) = 0.2%

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

R = 49.09%
G = 0.2%
B = 50.71%

CMYK

 C value IS 0.03

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F201FA (or 0xF201FA) is known color: Magenta. HEX triplet: F2, 01 and FA. RGB value is (242,1,250). Sum of RGB (Red+Green+Blue) = 242+1+250=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 1 (0.78% from 255 or 0.20% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #F201FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F201FA is #0DFE05. Grayscale: #646464. Windows color (decimal): -916998 or 16384498. OLE color: 16384498.

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

Color convert

RGB 242 1 250 -
CMYK 0.03 1.00 0 0.02
HSL 298.07º 0.99% 0.49% -
HSV(B) 298.07º 1% 0.98% -
XYZ 53.88 25.8 92.58 -
YUV 101.45 211.84 228.25 -
System Red Green Blue C M Y K H S L
Decimal 242 1 250 0.03 1.00 0 0.02 298.07 0.99 0.49
Hex F2 1 FA 3 64 0 2 12A 63 31
Octal 362 1 372 3 144 0 2 452 143 61
Binary 11110010 1 11111010 11 1100100 0 10 100101010 1100011 110001

Color Harmonies of #F201FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F201FA

Black with #F201FA

Text Example


Text Example

White with #F201FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F201FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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