Html Css Color HEX #F200FE Magenta

📋 copy color: '#F200FE'

red 242 ◦ green 0 ◦ blue 254

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

Shades of Magenta #F200FE

Tints of Magenta #F200FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.21%

R = 48.79%
G = 0%
B = 51.21%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F200FE (or 0xF200FE) is known color: Magenta. HEX triplet: F2, 00 and FE. RGB value is (242,0,254). Sum of RGB (Red+Green+Blue) = 242+0+254=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 0 (0.39% from 255 or 0% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #F200FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F200FE is #0DFF01. Grayscale: #646464. Windows color (decimal): -917250 or 16646386. OLE color: 16646386.

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

Color convert

RGB 242 0 254 -
CMYK 0.05 1 0 0.00
HSL 297.17º 1% 0.5% -
HSV(B) 297.17º 1% 1% -
XYZ 54.51 26.03 95.92 -
YUV 101.31 214.17 228.35 -
System Red Green Blue C M Y K H S L
Decimal 242 0 254 0.05 1 0 0.00 297.17 1 0.5
Hex F2 0 FE 5 64 0 0 129 64 32
Octal 362 0 376 5 144 0 0 451 144 62
Binary 11110010 0 11111110 101 1100100 0 0 100101001 1100100 110010

Color Harmonies of #F200FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F200FE

Black with #F200FE

Text Example


Text Example

White with #F200FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F200FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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