Html Css Color HEX #F60DF8 Magenta

📋 copy color: '#F60DF8'

red 246 ◦ green 13 ◦ blue 248

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

Shades of Magenta #F60DF8

Tints of Magenta #F60DF8

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.56%

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

R = 48.52%
G = 2.56%
B = 48.92%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F60DF8 (or 0xF60DF8) is known color: Magenta. HEX triplet: F6, 0D and F8. RGB value is (246,13,248). Sum of RGB (Red+Green+Blue) = 246+13+248=507 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.52% from 507); Green value is 13 (5.47% from 255 or 2.56% from 507); Blue value is 248 (97.27% from 255 or 48.92% from 507); Max value from RGB is 248 - color contains mainly: blue. Hex color #F60DF8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60DF8 is #09F207. Grayscale: #6C6C6C. Windows color (decimal): -651784 or 16256502. OLE color: 16256502.

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

Color convert

RGB 246 13 248 -
CMYK 0.01 0.95 0 0.03
HSL 299.49º 0.94% 0.51% -
HSV(B) 299.49º 0.95% 0.97% -
XYZ 55.09 26.66 91.05 -
YUV 109.46 206.19 225.39 -
System Red Green Blue C M Y K H S L
Decimal 246 13 248 0.01 0.95 0 0.03 299.49 0.94 0.51
Hex F6 D F8 1 5F 0 3 12B 5E 33
Octal 366 15 370 1 137 0 3 453 136 63
Binary 11110110 1101 11111000 1 1011111 0 11 100101011 1011110 110011

Color Harmonies of #F60DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60DF8

Black with #F60DF8

Text Example


Text Example

White with #F60DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60DF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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