Html Css Color HEX #F60CF4 Magenta

📋 copy color: '#F60CF4'

red 246 ◦ green 12 ◦ blue 244

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

Shades of Magenta #F60CF4

Tints of Magenta #F60CF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 48.61%

R = 49%
G = 2.39%
B = 48.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#F60CF4 (or 0xF60CF4) is known color: Magenta. HEX triplet: F6, 0C and F4. RGB value is (246,12,244). Sum of RGB (Red+Green+Blue) = 246+12+244=502 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.00% from 502); Green value is 12 (5.08% from 255 or 2.39% from 502); Blue value is 244 (95.70% from 255 or 48.61% from 502); Max value from RGB is 246 - color contains mainly: red. Hex color #F60CF4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60CF4 is #09F30B. Grayscale: #6B6B6B. Windows color (decimal): -652044 or 15994102. OLE color: 15994102.

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

Color convert

RGB 246 12 244 -
CMYK 0 0.95 0.01 0.04
HSL 300.51º 0.93% 0.51% -
HSV(B) 300.51º 0.95% 0.96% -
XYZ 54.47 26.39 87.81 -
YUV 108.41 204.52 226.14 -
System Red Green Blue C M Y K H S L
Decimal 246 12 244 0 0.95 0.01 0.04 300.51 0.93 0.51
Hex F6 C F4 0 5F 1 4 12D 5D 33
Octal 366 14 364 0 137 1 4 455 135 63
Binary 11110110 1100 11110100 0 1011111 1 100 100101101 1011101 110011

Color Harmonies of #F60CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60CF4

Black with #F60CF4

Text Example


Text Example

White with #F60CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60CF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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