Html Css Color HEX #F209FA Magenta

📋 copy color: '#F209FA'

red 242 ◦ green 9 ◦ blue 250

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

Shades of Magenta #F209FA

Tints of Magenta #F209FA

RGB

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

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

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

R = 48.3%
G = 1.8%
B = 49.9%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F209FA (or 0xF209FA) is known color: Magenta. HEX triplet: F2, 09 and FA. RGB value is (242,9,250). Sum of RGB (Red+Green+Blue) = 242+9+250=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 9 (3.91% from 255 or 1.80% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #F209FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F209FA is #0DF605. Grayscale: #696969. Windows color (decimal): -914950 or 16386546. OLE color: 16386546.

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

Color convert

RGB 242 9 250 -
CMYK 0.03 0.96 0 0.02
HSL 298.01º 0.96% 0.51% -
HSV(B) 298.01º 0.96% 0.98% -
XYZ 53.97 25.97 92.61 -
YUV 106.14 209.19 224.9 -
System Red Green Blue C M Y K H S L
Decimal 242 9 250 0.03 0.96 0 0.02 298.01 0.96 0.51
Hex F2 9 FA 3 60 0 2 12A 60 33
Octal 362 11 372 3 140 0 2 452 140 63
Binary 11110010 1001 11111010 11 1100000 0 10 100101010 1100000 110011

Color Harmonies of #F209FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F209FA

Black with #F209FA

Text Example


Text Example

White with #F209FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F209FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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