Html Css Color HEX #F60FD2 Hot Magenta

📋 copy color: '#F60FD2'

red 246 ◦ green 15 ◦ blue 210

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

Shades of Hot Magenta #F60FD2

Tints of Hot Magenta #F60FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.59%

R = 52.23%
G = 3.18%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F60FD2 (or 0xF60FD2) is known color: Hot Magenta. HEX triplet: F6, 0F and D2. RGB value is (246,15,210). Sum of RGB (Red+Green+Blue) = 246+15+210=471 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.23% from 471); Green value is 15 (6.25% from 255 or 3.18% from 471); Blue value is 210 (82.42% from 255 or 44.59% from 471); Max value from RGB is 246 - color contains mainly: red. Hex color #F60FD2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60FD2 is #09F02D. Grayscale: #696969. Windows color (decimal): -651310 or 13766646. OLE color: 13766646.

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

Color convert

RGB 246 15 210 -
CMYK 0 0.94 0.15 0.04
HSL 309.35º 0.93% 0.51% -
HSV(B) 309.35º 0.94% 0.96% -
XYZ 49.81 24.59 63.09 -
YUV 106.3 186.53 227.64 -
System Red Green Blue C M Y K H S L
Decimal 246 15 210 0 0.94 0.15 0.04 309.35 0.93 0.51
Hex F6 F D2 0 5E F 4 135 5D 33
Octal 366 17 322 0 136 17 4 465 135 63
Binary 11110110 1111 11010010 0 1011110 1111 100 100110101 1011101 110011

Color Harmonies of #F60FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60FD2

Black with #F60FD2

Text Example


Text Example

White with #F60FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60FD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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