Html Css Color HEX #F60CDE Hot Magenta

📋 copy color: '#F60CDE'

red 246 ◦ green 12 ◦ blue 222

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

Shades of Hot Magenta #F60CDE

Tints of Hot Magenta #F60CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.25%

R = 51.25%
G = 2.5%
B = 46.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F60CDE (or 0xF60CDE) is known color: Hot Magenta. HEX triplet: F6, 0C and DE. RGB value is (246,12,222). Sum of RGB (Red+Green+Blue) = 246+12+222=480 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.25% from 480); Green value is 12 (5.08% from 255 or 2.5% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 246 - color contains mainly: red. Hex color #F60CDE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60CDE is #09F321. Grayscale: #696969. Windows color (decimal): -652066 or 14552310. OLE color: 14552310.

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

Color convert

RGB 246 12 222 -
CMYK 0 0.95 0.10 0.04
HSL 306.15º 0.93% 0.51% -
HSV(B) 306.15º 0.95% 0.96% -
XYZ 51.32 25.13 71.25 -
YUV 105.91 193.52 227.92 -
System Red Green Blue C M Y K H S L
Decimal 246 12 222 0 0.95 0.10 0.04 306.15 0.93 0.51
Hex F6 C DE 0 5F A 4 132 5D 33
Octal 366 14 336 0 137 12 4 462 135 63
Binary 11110110 1100 11011110 0 1011111 1010 100 100110010 1011101 110011

Color Harmonies of #F60CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60CDE

Black with #F60CDE

Text Example


Text Example

White with #F60CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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