Html Css Color HEX #F200EC Magenta

📋 copy color: '#F200EC'

red 242 ◦ green 0 ◦ blue 236

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

Shades of Magenta #F200EC

Tints of Magenta #F200EC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 236 (92.58% from 255) = 49.37%

R = 50.63%
G = 0%
B = 49.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F200EC (or 0xF200EC) is known color: Magenta. HEX triplet: F2, 00 and EC. RGB value is (242,0,236). Sum of RGB (Red+Green+Blue) = 242+0+236=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 0 (0.39% from 255 or 0% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F200EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F200EC is #0DFF13. Grayscale: #626262. Windows color (decimal): -917268 or 15466738. OLE color: 15466738.

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

Color convert

RGB 242 0 236 -
CMYK 0 1 0.02 0.05
HSL 301.49º 1% 0.47% -
HSV(B) 301.49º 1% 0.95% -
XYZ 51.76 24.93 81.44 -
YUV 99.26 205.17 229.81 -
System Red Green Blue C M Y K H S L
Decimal 242 0 236 0 1 0.02 0.05 301.49 1 0.47
Hex F2 0 EC 0 64 2 5 12D 64 2F
Octal 362 0 354 0 144 2 5 455 144 57
Binary 11110010 0 11101100 0 1100100 10 101 100101101 1100100 101111

Color Harmonies of #F200EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F200EC

Black with #F200EC

Text Example


Text Example

White with #F200EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F200EC; }

 p { color: rgb(242,0,236); }

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

background-color css

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

 a { background-color: rgb(242,0,236); }

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

border-color css

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

 span { border-color: rgb(242,0,236); }

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