Html Css Color HEX #F201EB Magenta

📋 copy color: '#F201EB'

red 242 ◦ green 1 ◦ blue 235

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

Shades of Magenta #F201EB

Tints of Magenta #F201EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.16%

R = 50.63%
G = 0.21%
B = 49.16%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F201EB (or 0xF201EB) is known color: Magenta. HEX triplet: F2, 01 and EB. RGB value is (242,1,235). Sum of RGB (Red+Green+Blue) = 242+1+235=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 1 (0.78% from 255 or 0.21% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F201EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F201EB is #0DFE14. Grayscale: #636363. Windows color (decimal): -917013 or 15401458. OLE color: 15401458.

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

Color convert

RGB 242 1 235 -
CMYK 0 1.00 0.03 0.05
HSL 301.74º 0.99% 0.48% -
HSV(B) 301.74º 1% 0.95% -
XYZ 51.62 24.9 80.68 -
YUV 99.74 204.34 229.47 -
System Red Green Blue C M Y K H S L
Decimal 242 1 235 0 1.00 0.03 0.05 301.74 0.99 0.48
Hex F2 1 EB 0 64 3 5 12E 63 30
Octal 362 1 353 0 144 3 5 456 143 60
Binary 11110010 1 11101011 0 1100100 11 101 100101110 1100011 110000

Color Harmonies of #F201EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F201EB

Black with #F201EB

Text Example


Text Example

White with #F201EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F201EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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