Html Css Color HEX #F605F6 Magenta

📋 copy color: '#F605F6'

red 246 ◦ green 5 ◦ blue 246

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

Shades of Magenta #F605F6

Tints of Magenta #F605F6

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.01%

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

R = 49.5%
G = 1.01%
B = 49.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F605F6 (or 0xF605F6) is known color: Magenta. HEX triplet: F6, 05 and F6. RGB value is (246,5,246). Sum of RGB (Red+Green+Blue) = 246+5+246=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 5 (2.34% from 255 or 1.01% from 497); Blue value is 246 (96.48% from 255 or 49.50% from 497); Max value from RGB is 246 - color contains mainly: red, blue. Hex color #F605F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F605F6 is #09FA09. Grayscale: #676767. Windows color (decimal): -653834 or 16123382. OLE color: 16123382.

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

Color convert

RGB 246 5 246 -
CMYK 0 0.98 0 0.04
HSL 300º 0.96% 0.49% -
HSV(B) 300º 0.98% 0.96% -
XYZ 54.69 26.36 89.39 -
YUV 104.53 207.84 228.9 -
System Red Green Blue C M Y K H S L
Decimal 246 5 246 0 0.98 0 0.04 300 0.96 0.49
Hex F6 5 F6 0 62 0 4 12C 60 31
Octal 366 5 366 0 142 0 4 454 140 61
Binary 11110110 101 11110110 0 1100010 0 100 100101100 1100000 110001

Color Harmonies of #F605F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F605F6

Black with #F605F6

Text Example


Text Example

White with #F605F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F605F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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