Html Css Color HEX #F60CFE Magenta

📋 copy color: '#F60CFE'

red 246 ◦ green 12 ◦ blue 254

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

Shades of Magenta #F60CFE

Tints of Magenta #F60CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.61%

R = 48.05%
G = 2.34%
B = 49.61%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F60CFE (or 0xF60CFE) is known color: Magenta. HEX triplet: F6, 0C and FE. RGB value is (246,12,254). Sum of RGB (Red+Green+Blue) = 246+12+254=512 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.05% from 512); Green value is 12 (5.08% from 255 or 2.34% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #F60CFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60CFE is #09F301. Grayscale: #6C6C6C. Windows color (decimal): -652034 or 16649462. OLE color: 16649462.

HSL color Cylindrical-coordinate representation of color #F60CFE: hue angle of 298.02º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F60CFE is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 246 12 254 -
CMYK 0.03 0.95 0 0.00
HSL 298.02º 0.99% 0.52% -
HSV(B) 298.02º 0.95% 1% -
XYZ 56.03 27.01 96.03 -
YUV 109.55 209.52 225.32 -
System Red Green Blue C M Y K H S L
Decimal 246 12 254 0.03 0.95 0 0.00 298.02 0.99 0.52
Hex F6 C FE 3 5F 0 0 12A 63 34
Octal 366 14 376 3 137 0 0 452 143 64
Binary 11110110 1100 11111110 11 1011111 0 0 100101010 1100011 110100

Color Harmonies of #F60CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60CFE

Black with #F60CFE

Text Example


Text Example

White with #F60CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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