Html Css Color HEX #F200EB Magenta

📋 copy color: '#F200EB'

red 242 ◦ green 0 ◦ blue 235

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

Shades of Magenta #F200EB

Tints of Magenta #F200EB

RGB

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

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

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

R = 50.73%
G = 0%
B = 49.27%

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

#F200EB (or 0xF200EB) is known color: Magenta. HEX triplet: F2, 00 and EB. RGB value is (242,0,235). Sum of RGB (Red+Green+Blue) = 242+0+235=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 0 (0.39% from 255 or 0% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F200EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F200EB is #0DFF14. Grayscale: #626262. Windows color (decimal): -917269 or 15401202. OLE color: 15401202.

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

Color convert

RGB 242 0 235 -
CMYK 0 1 0.03 0.05
HSL 301.74º 1% 0.47% -
HSV(B) 301.74º 1% 0.95% -
XYZ 51.61 24.88 80.68 -
YUV 99.15 204.67 229.89 -
System Red Green Blue C M Y K H S L
Decimal 242 0 235 0 1 0.03 0.05 301.74 1 0.47
Hex F2 0 EB 0 64 3 5 12E 64 2F
Octal 362 0 353 0 144 3 5 456 144 57
Binary 11110010 0 11101011 0 1100100 11 101 100101110 1100100 101111

Color Harmonies of #F200EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F200EB

Black with #F200EB

Text Example


Text Example

White with #F200EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F200EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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