Html Css Color HEX #F60CF8 Magenta

📋 copy color: '#F60CF8'

red 246 ◦ green 12 ◦ blue 248

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

Shades of Magenta #F60CF8

Tints of Magenta #F60CF8

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.37%

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

R = 48.62%
G = 2.37%
B = 49.01%

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

#F60CF8 (or 0xF60CF8) is known color: Magenta. HEX triplet: F6, 0C and F8. RGB value is (246,12,248). Sum of RGB (Red+Green+Blue) = 246+12+248=506 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.62% from 506); Green value is 12 (5.08% from 255 or 2.37% from 506); Blue value is 248 (97.27% from 255 or 49.01% from 506); Max value from RGB is 248 - color contains mainly: blue. Hex color #F60CF8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60CF8 is #09F307. Grayscale: #6C6C6C. Windows color (decimal): -652040 or 16256246. OLE color: 16256246.

HSL color Cylindrical-coordinate representation of color #F60CF8: 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 #F60CF8 is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 246 12 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.08 26.63 91.04 -
YUV 108.87 206.52 225.81 -
System Red Green Blue C M Y K H S L
Decimal 246 12 248 0.01 0.95 0 0.03 299.49 0.94 0.51
Hex F6 C F8 1 5F 0 3 12B 5E 33
Octal 366 14 370 1 137 0 3 453 136 63
Binary 11110110 1100 11111000 1 1011111 0 11 100101011 1011110 110011

Color Harmonies of #F60CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60CF8

Black with #F60CF8

Text Example


Text Example

White with #F60CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60CF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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