Html Css Color HEX #F60FE0 Hot Magenta

📋 copy color: '#F60FE0'

red 246 ◦ green 15 ◦ blue 224

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

Shades of Hot Magenta #F60FE0

Tints of Hot Magenta #F60FE0

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.09%

 BLUE value IS 224 (87.89% from 255) = 46.19%

R = 50.72%
G = 3.09%
B = 46.19%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F60FE0 (or 0xF60FE0) is known color: Hot Magenta. HEX triplet: F6, 0F and E0. RGB value is (246,15,224). Sum of RGB (Red+Green+Blue) = 246+15+224=485 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.72% from 485); Green value is 15 (6.25% from 255 or 3.09% from 485); Blue value is 224 (87.89% from 255 or 46.19% from 485); Max value from RGB is 246 - color contains mainly: red. Hex color #F60FE0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60FE0 is #09F01F. Grayscale: #6B6B6B. Windows color (decimal): -651296 or 14684150. OLE color: 14684150.

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

Color convert

RGB 246 15 224 -
CMYK 0 0.94 0.09 0.04
HSL 305.71º 0.93% 0.51% -
HSV(B) 305.71º 0.94% 0.96% -
XYZ 51.63 25.32 72.69 -
YUV 107.9 193.53 226.51 -
System Red Green Blue C M Y K H S L
Decimal 246 15 224 0 0.94 0.09 0.04 305.71 0.93 0.51
Hex F6 F E0 0 5E 9 4 132 5D 33
Octal 366 17 340 0 136 11 4 462 135 63
Binary 11110110 1111 11100000 0 1011110 1001 100 100110010 1011101 110011

Color Harmonies of #F60FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60FE0

Black with #F60FE0

Text Example


Text Example

White with #F60FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60FE0; }

 p { color: rgb(246,15,224); }

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

background-color css

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

 a { background-color: rgb(246,15,224); }

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

border-color css

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

 span { border-color: rgb(246,15,224); }

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