Html Css Color HEX #F201E8 Magenta

📋 copy color: '#F201E8'

red 242 ◦ green 1 ◦ blue 232

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

Shades of Magenta #F201E8

Tints of Magenta #F201E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 48.84%

R = 50.95%
G = 0.21%
B = 48.84%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F201E8 (or 0xF201E8) is known color: Magenta. HEX triplet: F2, 01 and E8. RGB value is (242,1,232). Sum of RGB (Red+Green+Blue) = 242+1+232=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 1 (0.78% from 255 or 0.21% from 475); Blue value is 232 (91.02% from 255 or 48.84% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F201E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F201E8 is #0DFE17. Grayscale: #626262. Windows color (decimal): -917016 or 15204850. OLE color: 15204850.

HSL color Cylindrical-coordinate representation of color #F201E8: hue angle of 302.49º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F201E8 is Cyan = 0, Magento = 1.00, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 1 232 -
CMYK 0 1.00 0.04 0.05
HSL 302.49º 0.99% 0.48% -
HSV(B) 302.49º 1% 0.95% -
XYZ 51.19 24.73 78.42 -
YUV 99.39 202.84 229.72 -
System Red Green Blue C M Y K H S L
Decimal 242 1 232 0 1.00 0.04 0.05 302.49 0.99 0.48
Hex F2 1 E8 0 64 4 5 12E 63 30
Octal 362 1 350 0 144 4 5 456 143 60
Binary 11110010 1 11101000 0 1100100 100 101 100101110 1100011 110000

Color Harmonies of #F201E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F201E8

Black with #F201E8

Text Example


Text Example

White with #F201E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F201E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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