Html Css Color HEX #F200FA Magenta

📋 copy color: '#F200FA'

red 242 ◦ green 0 ◦ blue 250

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

Shades of Magenta #F200FA

Tints of Magenta #F200FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.81%

R = 49.19%
G = 0%
B = 50.81%

CMYK

 C value IS 0.03

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F200FA (or 0xF200FA) is known color: Magenta. HEX triplet: F2, 00 and FA. RGB value is (242,0,250). Sum of RGB (Red+Green+Blue) = 242+0+250=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 0 (0.39% from 255 or 0% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #F200FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F200FA is #0DFF05. Grayscale: #646464. Windows color (decimal): -917254 or 16384242. OLE color: 16384242.

HSL color Cylindrical-coordinate representation of color #F200FA: hue angle of 298.08º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F200FA is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 0 250 -
CMYK 0.03 1 0 0.02
HSL 298.08º 1% 0.49% -
HSV(B) 298.08º 1% 0.98% -
XYZ 53.87 25.78 92.58 -
YUV 100.86 212.17 228.67 -
System Red Green Blue C M Y K H S L
Decimal 242 0 250 0.03 1 0 0.02 298.08 1 0.49
Hex F2 0 FA 3 64 0 2 12A 64 31
Octal 362 0 372 3 144 0 2 452 144 61
Binary 11110010 0 11111010 11 1100100 0 10 100101010 1100100 110001

Color Harmonies of #F200FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F200FA

Black with #F200FA

Text Example


Text Example

White with #F200FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F200FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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