Html Css Color HEX #F200EA Magenta

📋 copy color: '#F200EA'

red 242 ◦ green 0 ◦ blue 234

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

Shades of Magenta #F200EA

Tints of Magenta #F200EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.16%

R = 50.84%
G = 0%
B = 49.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F200EA (or 0xF200EA) is known color: Magenta. HEX triplet: F2, 00 and EA. RGB value is (242,0,234). Sum of RGB (Red+Green+Blue) = 242+0+234=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 0 (0.39% from 255 or 0% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F200EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F200EA is #0DFF15. Grayscale: #626262. Windows color (decimal): -917270 or 15335666. OLE color: 15335666.

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

Color convert

RGB 242 0 234 -
CMYK 0 1 0.03 0.05
HSL 301.98º 1% 0.47% -
HSV(B) 301.98º 1% 0.95% -
XYZ 51.47 24.82 79.92 -
YUV 99.03 204.17 229.97 -
System Red Green Blue C M Y K H S L
Decimal 242 0 234 0 1 0.03 0.05 301.98 1 0.47
Hex F2 0 EA 0 64 3 5 12E 64 2F
Octal 362 0 352 0 144 3 5 456 144 57
Binary 11110010 0 11101010 0 1100100 11 101 100101110 1100100 101111

Color Harmonies of #F200EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F200EA

Black with #F200EA

Text Example


Text Example

White with #F200EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F200EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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