Html Css Color HEX #F206FB Magenta

📋 copy color: '#F206FB'

red 242 ◦ green 6 ◦ blue 251

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

Shades of Magenta #F206FB

Tints of Magenta #F206FB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.2%

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

R = 48.5%
G = 1.2%
B = 50.3%

CMYK

 C value IS 0.04

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F206FB (or 0xF206FB) is known color: Magenta. HEX triplet: F2, 06 and FB. RGB value is (242,6,251). Sum of RGB (Red+Green+Blue) = 242+6+251=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 6 (2.73% from 255 or 1.20% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #F206FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F206FB is #0DF904. Grayscale: #676767. Windows color (decimal): -915717 or 16451314. OLE color: 16451314.

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

Color convert

RGB 242 6 251 -
CMYK 0.04 0.98 0 0.02
HSL 297.8º 0.97% 0.5% -
HSV(B) 297.8º 0.98% 0.98% -
XYZ 54.1 25.97 93.43 -
YUV 104.49 210.69 226.08 -
System Red Green Blue C M Y K H S L
Decimal 242 6 251 0.04 0.98 0 0.02 297.8 0.97 0.5
Hex F2 6 FB 4 62 0 2 12A 61 32
Octal 362 6 373 4 142 0 2 452 141 62
Binary 11110010 110 11111011 100 1100010 0 10 100101010 1100001 110010

Color Harmonies of #F206FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F206FB

Black with #F206FB

Text Example


Text Example

White with #F206FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F206FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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