Html Css Color HEX #F606F9 Magenta

📋 copy color: '#F606F9'

red 246 ◦ green 6 ◦ blue 249

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

Shades of Magenta #F606F9

Tints of Magenta #F606F9

RGB

 RED value IS 246 (96.48% from 255) = 49.1%

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

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

R = 49.1%
G = 1.2%
B = 49.7%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F606F9 (or 0xF606F9) is known color: Magenta. HEX triplet: F6, 06 and F9. RGB value is (246,6,249). Sum of RGB (Red+Green+Blue) = 246+6+249=501 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.10% from 501); Green value is 6 (2.73% from 255 or 1.20% from 501); Blue value is 249 (97.66% from 255 or 49.70% from 501); Max value from RGB is 249 - color contains mainly: blue. Hex color #F606F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F606F9 is #09F906. Grayscale: #686868. Windows color (decimal): -653575 or 16320246. OLE color: 16320246.

HSL color Cylindrical-coordinate representation of color #F606F9: hue angle of 299.26º degrees, saturation: 0.95, 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 #F606F9 is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 246 6 249 -
CMYK 0.01 0.98 0 0.02
HSL 299.26º 0.95% 0.5% -
HSV(B) 299.26º 0.98% 0.98% -
XYZ 55.17 26.56 91.84 -
YUV 105.46 209.01 228.24 -
System Red Green Blue C M Y K H S L
Decimal 246 6 249 0.01 0.98 0 0.02 299.26 0.95 0.5
Hex F6 6 F9 1 62 0 2 12B 5F 32
Octal 366 6 371 1 142 0 2 453 137 62
Binary 11110110 110 11111001 1 1100010 0 10 100101011 1011111 110010

Color Harmonies of #F606F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F606F9

Black with #F606F9

Text Example


Text Example

White with #F606F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F606F9; }

 p { color: rgb(246,6,249); }

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

background-color css

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

 a { background-color: rgb(246,6,249); }

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

border-color css

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

 span { border-color: rgb(246,6,249); }

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