Html Css Color HEX #F201F9 Magenta

📋 copy color: '#F201F9'

red 242 ◦ green 1 ◦ blue 249

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

Shades of Magenta #F201F9

Tints of Magenta #F201F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50.61%

R = 49.19%
G = 0.2%
B = 50.61%

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

#F201F9 (or 0xF201F9) is known color: Magenta. HEX triplet: F2, 01 and F9. RGB value is (242,1,249). Sum of RGB (Red+Green+Blue) = 242+1+249=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 1 (0.78% from 255 or 0.20% from 492); Blue value is 249 (97.66% from 255 or 50.61% from 492); Max value from RGB is 249 - color contains mainly: blue. Hex color #F201F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F201F9 is #0DFE06. Grayscale: #646464. Windows color (decimal): -916999 or 16318962. OLE color: 16318962.

HSL color Cylindrical-coordinate representation of color #F201F9: hue angle of 298.31º 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 #F201F9 is Cyan = 0.03, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 1 249 -
CMYK 0.03 1.00 0 0.02
HSL 298.31º 0.99% 0.49% -
HSV(B) 298.31º 1% 0.98% -
XYZ 53.73 25.74 91.76 -
YUV 101.33 211.34 228.33 -
System Red Green Blue C M Y K H S L
Decimal 242 1 249 0.03 1.00 0 0.02 298.31 0.99 0.49
Hex F2 1 F9 3 64 0 2 12A 63 31
Octal 362 1 371 3 144 0 2 452 143 61
Binary 11110010 1 11111001 11 1100100 0 10 100101010 1100011 110001

Color Harmonies of #F201F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F201F9

Black with #F201F9

Text Example


Text Example

White with #F201F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F201F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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