Html Css Color HEX #F204F7 Magenta

📋 copy color: '#F204F7'

red 242 ◦ green 4 ◦ blue 247

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

Shades of Magenta #F204F7

Tints of Magenta #F204F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 50.1%

R = 49.09%
G = 0.81%
B = 50.1%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F204F7 (or 0xF204F7) is known color: Magenta. HEX triplet: F2, 04 and F7. RGB value is (242,4,247). Sum of RGB (Red+Green+Blue) = 242+4+247=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 4 (1.95% from 255 or 0.81% from 493); Blue value is 247 (96.88% from 255 or 50.10% from 493); Max value from RGB is 247 - color contains mainly: blue. Hex color #F204F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F204F7 is #0DFB08. Grayscale: #666666. Windows color (decimal): -916233 or 16188658. OLE color: 16188658.

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

Color convert

RGB 242 4 247 -
CMYK 0.02 0.98 0 0.03
HSL 298.77º 0.97% 0.49% -
HSV(B) 298.77º 0.98% 0.97% -
XYZ 53.45 25.68 90.14 -
YUV 102.86 209.35 227.24 -
System Red Green Blue C M Y K H S L
Decimal 242 4 247 0.02 0.98 0 0.03 298.77 0.97 0.49
Hex F2 4 F7 2 62 0 3 12B 61 31
Octal 362 4 367 2 142 0 3 453 141 61
Binary 11110010 100 11110111 10 1100010 0 11 100101011 1100001 110001

Color Harmonies of #F204F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F204F7

Black with #F204F7

Text Example


Text Example

White with #F204F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F204F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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