Html Css Color HEX #F602F6 Magenta

📋 copy color: '#F602F6'

red 246 ◦ green 2 ◦ blue 246

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

Shades of Magenta #F602F6

Tints of Magenta #F602F6

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.4%

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

R = 49.8%
G = 0.4%
B = 49.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F602F6 (or 0xF602F6) is known color: Magenta. HEX triplet: F6, 02 and F6. RGB value is (246,2,246). Sum of RGB (Red+Green+Blue) = 246+2+246=494 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.80% from 494); Green value is 2 (1.17% from 255 or 0.40% from 494); Blue value is 246 (96.48% from 255 or 49.80% from 494); Max value from RGB is 246 - color contains mainly: red, blue. Hex color #F602F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F602F6 is #09FD09. Grayscale: #666666. Windows color (decimal): -654602 or 16122614. OLE color: 16122614.

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

Color convert

RGB 246 2 246 -
CMYK 0 0.99 0 0.04
HSL 300º 0.98% 0.49% -
HSV(B) 300º 0.99% 0.96% -
XYZ 54.66 26.29 89.38 -
YUV 102.77 208.84 230.16 -
System Red Green Blue C M Y K H S L
Decimal 246 2 246 0 0.99 0 0.04 300 0.98 0.49
Hex F6 2 F6 0 63 0 4 12C 62 31
Octal 366 2 366 0 143 0 4 454 142 61
Binary 11110110 10 11110110 0 1100011 0 100 100101100 1100010 110001

Color Harmonies of #F602F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F602F6

Black with #F602F6

Text Example


Text Example

White with #F602F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F602F6; }

 p { color: rgb(246,2,246); }

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

background-color css

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

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

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

border-color css

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

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

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