Html Css Color HEX #F60CFC Magenta

📋 copy color: '#F60CFC'

red 246 ◦ green 12 ◦ blue 252

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

Shades of Magenta #F60CFC

Tints of Magenta #F60CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.41%

R = 48.24%
G = 2.35%
B = 49.41%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F60CFC (or 0xF60CFC) is known color: Magenta. HEX triplet: F6, 0C and FC. RGB value is (246,12,252). Sum of RGB (Red+Green+Blue) = 246+12+252=510 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.24% from 510); Green value is 12 (5.08% from 255 or 2.35% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #F60CFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60CFC is #09F303. Grayscale: #6C6C6C. Windows color (decimal): -652036 or 16518390. OLE color: 16518390.

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

Color convert

RGB 246 12 252 -
CMYK 0.02 0.95 0 0.01
HSL 298.5º 0.98% 0.52% -
HSV(B) 298.5º 0.95% 0.99% -
XYZ 55.71 26.88 94.35 -
YUV 109.33 208.52 225.49 -
System Red Green Blue C M Y K H S L
Decimal 246 12 252 0.02 0.95 0 0.01 298.5 0.98 0.52
Hex F6 C FC 2 5F 0 1 12A 62 34
Octal 366 14 374 2 137 0 1 452 142 64
Binary 11110110 1100 11111100 10 1011111 0 1 100101010 1100010 110100

Color Harmonies of #F60CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60CFC

Black with #F60CFC

Text Example


Text Example

White with #F60CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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