Html Css Color HEX #F606F2 Magenta

📋 copy color: '#F606F2'

red 246 ◦ green 6 ◦ blue 242

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

Shades of Magenta #F606F2

Tints of Magenta #F606F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.99%

R = 49.8%
G = 1.21%
B = 48.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F606F2 (or 0xF606F2) is known color: Magenta. HEX triplet: F6, 06 and F2. RGB value is (246,6,242). Sum of RGB (Red+Green+Blue) = 246+6+242=494 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.80% from 494); Green value is 6 (2.73% from 255 or 1.21% from 494); Blue value is 242 (94.92% from 255 or 48.99% from 494); Max value from RGB is 246 - color contains mainly: red. Hex color #F606F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F606F2 is #09F90D. Grayscale: #676767. Windows color (decimal): -653582 or 15861494. OLE color: 15861494.

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

Color convert

RGB 246 6 242 -
CMYK 0 0.98 0.02 0.04
HSL 301º 0.95% 0.49% -
HSV(B) 301º 0.98% 0.96% -
XYZ 54.1 26.13 86.2 -
YUV 104.66 205.51 228.81 -
System Red Green Blue C M Y K H S L
Decimal 246 6 242 0 0.98 0.02 0.04 301 0.95 0.49
Hex F6 6 F2 0 62 2 4 12D 5F 31
Octal 366 6 362 0 142 2 4 455 137 61
Binary 11110110 110 11110010 0 1100010 10 100 100101101 1011111 110001

Color Harmonies of #F606F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F606F2

Black with #F606F2

Text Example


Text Example

White with #F606F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F606F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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