Html Css Color HEX #F60FDF Hot Magenta

📋 copy color: '#F60FDF'

red 246 ◦ green 15 ◦ blue 223

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

Shades of Hot Magenta #F60FDF

Tints of Hot Magenta #F60FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.07%

R = 50.83%
G = 3.1%
B = 46.07%

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

#F60FDF (or 0xF60FDF) is known color: Hot Magenta. HEX triplet: F6, 0F and DF. RGB value is (246,15,223). Sum of RGB (Red+Green+Blue) = 246+15+223=484 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.83% from 484); Green value is 15 (6.25% from 255 or 3.10% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 246 - color contains mainly: red. Hex color #F60FDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60FDF is #09F020. Grayscale: #6B6B6B. Windows color (decimal): -651297 or 14618614. OLE color: 14618614.

HSL color Cylindrical-coordinate representation of color #F60FDF: hue angle of 305.97º 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 #F60FDF is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 15 223 -
CMYK 0 0.94 0.09 0.04
HSL 305.97º 0.93% 0.51% -
HSV(B) 305.97º 0.94% 0.96% -
XYZ 51.5 25.26 71.97 -
YUV 107.78 193.03 226.59 -
System Red Green Blue C M Y K H S L
Decimal 246 15 223 0 0.94 0.09 0.04 305.97 0.93 0.51
Hex F6 F DF 0 5E 9 4 132 5D 33
Octal 366 17 337 0 136 11 4 462 135 63
Binary 11110110 1111 11011111 0 1011110 1001 100 100110010 1011101 110011

Color Harmonies of #F60FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60FDF

Black with #F60FDF

Text Example


Text Example

White with #F60FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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