Html Css Color HEX #F204F6 Magenta

📋 copy color: '#F204F6'

red 242 ◦ green 4 ◦ blue 246

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

Shades of Magenta #F204F6

Tints of Magenta #F204F6

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.81%

 BLUE value IS 246 (96.48% from 255) = 50%

R = 49.19%
G = 0.81%
B = 50%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F204F6 (or 0xF204F6) is known color: Magenta. HEX triplet: F2, 04 and F6. RGB value is (242,4,246). Sum of RGB (Red+Green+Blue) = 242+4+246=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 4 (1.95% from 255 or 0.81% from 492); Blue value is 246 (96.48% from 255 or 50% from 492); Max value from RGB is 246 - color contains mainly: blue. Hex color #F204F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F204F6 is #0DFB09. Grayscale: #666666. Windows color (decimal): -916234 or 16123122. OLE color: 16123122.

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

Color convert

RGB 242 4 246 -
CMYK 0.02 0.98 0 0.04
HSL 299.01º 0.97% 0.49% -
HSV(B) 299.01º 0.98% 0.96% -
XYZ 53.3 25.62 89.32 -
YUV 102.75 208.85 227.32 -
System Red Green Blue C M Y K H S L
Decimal 242 4 246 0.02 0.98 0 0.04 299.01 0.97 0.49
Hex F2 4 F6 2 62 0 4 12B 61 31
Octal 362 4 366 2 142 0 4 453 141 61
Binary 11110010 100 11110110 10 1100010 0 100 100101011 1100001 110001

Color Harmonies of #F204F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F204F6

Black with #F204F6

Text Example


Text Example

White with #F204F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F204F6; }

 p { color: rgb(242,4,246); }

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

background-color css

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

 a { background-color: rgb(242,4,246); }

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

border-color css

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

 span { border-color: rgb(242,4,246); }

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