Html Css Color HEX #F209E6 Magenta

📋 copy color: '#F209E6'

red 242 ◦ green 9 ◦ blue 230

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

Shades of Magenta #F209E6

Tints of Magenta #F209E6

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.87%

 BLUE value IS 230 (90.23% from 255) = 47.82%

R = 50.31%
G = 1.87%
B = 47.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F209E6 (or 0xF209E6) is known color: Magenta. HEX triplet: F2, 09 and E6. RGB value is (242,9,230). Sum of RGB (Red+Green+Blue) = 242+9+230=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 9 (3.91% from 255 or 1.87% from 481); Blue value is 230 (90.23% from 255 or 47.82% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F209E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F209E6 is #0DF619. Grayscale: #676767. Windows color (decimal): -914970 or 15075826. OLE color: 15075826.

HSL color Cylindrical-coordinate representation of color #F209E6: hue angle of 303.09º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F209E6 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 9 230 -
CMYK 0 0.96 0.05 0.05
HSL 303.09º 0.93% 0.49% -
HSV(B) 303.09º 0.96% 0.95% -
XYZ 51 24.79 76.96 -
YUV 103.86 199.19 226.53 -
System Red Green Blue C M Y K H S L
Decimal 242 9 230 0 0.96 0.05 0.05 303.09 0.93 0.49
Hex F2 9 E6 0 60 5 5 12F 5D 31
Octal 362 11 346 0 140 5 5 457 135 61
Binary 11110010 1001 11100110 0 1100000 101 101 100101111 1011101 110001

Color Harmonies of #F209E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F209E6

Black with #F209E6

Text Example


Text Example

White with #F209E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F209E6; }

 p { color: rgb(242,9,230); }

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

background-color css

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

 a { background-color: rgb(242,9,230); }

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

border-color css

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

 span { border-color: rgb(242,9,230); }

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