Html Css Color HEX #F207F9 Magenta

📋 copy color: '#F207F9'

red 242 ◦ green 7 ◦ blue 249

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

Shades of Magenta #F207F9

Tints of Magenta #F207F9

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.41%

 BLUE value IS 249 (97.66% from 255) = 50%

R = 48.59%
G = 1.41%
B = 50%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F207F9 (or 0xF207F9) is known color: Magenta. HEX triplet: F2, 07 and F9. RGB value is (242,7,249). Sum of RGB (Red+Green+Blue) = 242+7+249=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 7 (3.12% from 255 or 1.41% from 498); Blue value is 249 (97.66% from 255 or 50% from 498); Max value from RGB is 249 - color contains mainly: blue. Hex color #F207F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F207F9 is #0DF806. Grayscale: #686868. Windows color (decimal): -915463 or 16320498. OLE color: 16320498.

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

Color convert

RGB 242 7 249 -
CMYK 0.03 0.97 0 0.02
HSL 298.26º 0.95% 0.5% -
HSV(B) 298.26º 0.97% 0.98% -
XYZ 53.79 25.87 91.78 -
YUV 104.85 209.36 225.82 -
System Red Green Blue C M Y K H S L
Decimal 242 7 249 0.03 0.97 0 0.02 298.26 0.95 0.5
Hex F2 7 F9 3 61 0 2 12A 5F 32
Octal 362 7 371 3 141 0 2 452 137 62
Binary 11110010 111 11111001 11 1100001 0 10 100101010 1011111 110010

Color Harmonies of #F207F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F207F9

Black with #F207F9

Text Example


Text Example

White with #F207F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F207F9; }

 p { color: rgb(242,7,249); }

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

background-color css

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

 a { background-color: rgb(242,7,249); }

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

border-color css

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

 span { border-color: rgb(242,7,249); }

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