Html Css Color HEX #F209FB Magenta

📋 copy color: '#F209FB'

red 242 ◦ green 9 ◦ blue 251

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

Shades of Magenta #F209FB

Tints of Magenta #F209FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50%

R = 48.21%
G = 1.79%
B = 50%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F209FB (or 0xF209FB) is known color: Magenta. HEX triplet: F2, 09 and FB. RGB value is (242,9,251). Sum of RGB (Red+Green+Blue) = 242+9+251=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 9 (3.91% from 255 or 1.79% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #F209FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F209FB is #0DF604. Grayscale: #696969. Windows color (decimal): -914949 or 16452082. OLE color: 16452082.

HSL color Cylindrical-coordinate representation of color #F209FB: hue angle of 297.77º degrees, saturation: 0.97, 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 #F209FB is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 9 251 -
CMYK 0.04 0.96 0 0.02
HSL 297.77º 0.97% 0.51% -
HSV(B) 297.77º 0.96% 0.98% -
XYZ 54.13 26.04 93.44 -
YUV 106.26 209.69 224.82 -
System Red Green Blue C M Y K H S L
Decimal 242 9 251 0.04 0.96 0 0.02 297.77 0.97 0.51
Hex F2 9 FB 4 60 0 2 12A 61 33
Octal 362 11 373 4 140 0 2 452 141 63
Binary 11110010 1001 11111011 100 1100000 0 10 100101010 1100001 110011

Color Harmonies of #F209FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F209FB

Black with #F209FB

Text Example


Text Example

White with #F209FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F209FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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