Html Css Color HEX #F200E9 Magenta

📋 copy color: '#F200E9'

red 242 ◦ green 0 ◦ blue 233

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

Shades of Magenta #F200E9

Tints of Magenta #F200E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 49.05%

R = 50.95%
G = 0%
B = 49.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F200E9 (or 0xF200E9) is known color: Magenta. HEX triplet: F2, 00 and E9. RGB value is (242,0,233). Sum of RGB (Red+Green+Blue) = 242+0+233=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 0 (0.39% from 255 or 0% from 475); Blue value is 233 (91.41% from 255 or 49.05% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F200E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F200E9 is #0DFF16. Grayscale: #626262. Windows color (decimal): -917271 or 15270130. OLE color: 15270130.

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

Color convert

RGB 242 0 233 -
CMYK 0 1 0.04 0.05
HSL 302.23º 1% 0.47% -
HSV(B) 302.23º 1% 0.95% -
XYZ 51.33 24.76 79.16 -
YUV 98.92 203.67 230.05 -
System Red Green Blue C M Y K H S L
Decimal 242 0 233 0 1 0.04 0.05 302.23 1 0.47
Hex F2 0 E9 0 64 4 5 12E 64 2F
Octal 362 0 351 0 144 4 5 456 144 57
Binary 11110010 0 11101001 0 1100100 100 101 100101110 1100100 101111

Color Harmonies of #F200E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F200E9

Black with #F200E9

Text Example


Text Example

White with #F200E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F200E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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