Html Css Color HEX #F200E6 Magenta

📋 copy color: '#F200E6'

red 242 ◦ green 0 ◦ blue 230

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

Shades of Magenta #F200E6

Tints of Magenta #F200E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.73%

R = 51.27%
G = 0%
B = 48.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F200E6 (or 0xF200E6) is known color: Magenta. HEX triplet: F2, 00 and E6. RGB value is (242,0,230). Sum of RGB (Red+Green+Blue) = 242+0+230=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 0 (0.39% from 255 or 0% from 472); Blue value is 230 (90.23% from 255 or 48.73% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F200E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F200E6 is #0DFF19. Grayscale: #616161. Windows color (decimal): -917274 or 15073522. OLE color: 15073522.

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

Color convert

RGB 242 0 230 -
CMYK 0 1 0.05 0.05
HSL 302.98º 1% 0.47% -
HSV(B) 302.98º 1% 0.95% -
XYZ 50.9 24.59 76.93 -
YUV 98.58 202.17 230.3 -
System Red Green Blue C M Y K H S L
Decimal 242 0 230 0 1 0.05 0.05 302.98 1 0.47
Hex F2 0 E6 0 64 5 5 12F 64 2F
Octal 362 0 346 0 144 5 5 457 144 57
Binary 11110010 0 11100110 0 1100100 101 101 100101111 1100100 101111

Color Harmonies of #F200E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F200E6

Black with #F200E6

Text Example


Text Example

White with #F200E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F200E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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