Html Css Color HEX #F600F8 Magenta

📋 copy color: '#F600F8'

red 246 ◦ green 0 ◦ blue 248

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

Shades of Magenta #F600F8

Tints of Magenta #F600F8

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 248 (97.27% from 255) = 50.2%

R = 49.8%
G = 0%
B = 50.2%

CMYK

 C value IS 0.01

 M value IS 1

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F600F8 (or 0xF600F8) is known color: Magenta. HEX triplet: F6, 00 and F8. RGB value is (246,0,248). Sum of RGB (Red+Green+Blue) = 246+0+248=494 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.80% from 494); Green value is 0 (0.39% from 255 or 0% from 494); Blue value is 248 (97.27% from 255 or 50.20% from 494); Max value from RGB is 248 - color contains mainly: blue. Hex color #F600F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F600F8 is #09FF07. Grayscale: #656565. Windows color (decimal): -655112 or 16253174. OLE color: 16253174.

HSL color Cylindrical-coordinate representation of color #F600F8: hue angle of 299.52º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F600F8 is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 246 0 248 -
CMYK 0.01 1 0 0.03
HSL 299.52º 1% 0.49% -
HSV(B) 299.52º 1% 0.97% -
XYZ 54.95 26.37 91 -
YUV 101.83 210.5 230.83 -
System Red Green Blue C M Y K H S L
Decimal 246 0 248 0.01 1 0 0.03 299.52 1 0.49
Hex F6 0 F8 1 64 0 3 12C 64 31
Octal 366 0 370 1 144 0 3 454 144 61
Binary 11110110 0 11111000 1 1100100 0 11 100101100 1100100 110001

Color Harmonies of #F600F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F600F8

Black with #F600F8

Text Example


Text Example

White with #F600F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F600F8; }

 p { color: rgb(246,0,248); }

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

background-color css

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

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

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

border-color css

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

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

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