Html Css Color HEX #F60CDB Hot Magenta

📋 copy color: '#F60CDB'

red 246 ◦ green 12 ◦ blue 219

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

Shades of Hot Magenta #F60CDB

Tints of Hot Magenta #F60CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.91%

R = 51.57%
G = 2.52%
B = 45.91%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F60CDB (or 0xF60CDB) is known color: Hot Magenta. HEX triplet: F6, 0C and DB. RGB value is (246,12,219). Sum of RGB (Red+Green+Blue) = 246+12+219=477 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.57% from 477); Green value is 12 (5.08% from 255 or 2.52% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 246 - color contains mainly: red. Hex color #F60CDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60CDB is #09F324. Grayscale: #686868. Windows color (decimal): -652069 or 14355702. OLE color: 14355702.

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

Color convert

RGB 246 12 219 -
CMYK 0 0.95 0.11 0.04
HSL 306.92º 0.93% 0.51% -
HSV(B) 306.92º 0.95% 0.96% -
XYZ 50.92 24.97 69.15 -
YUV 105.56 192.02 228.17 -
System Red Green Blue C M Y K H S L
Decimal 246 12 219 0 0.95 0.11 0.04 306.92 0.93 0.51
Hex F6 C DB 0 5F B 4 133 5D 33
Octal 366 14 333 0 137 13 4 463 135 63
Binary 11110110 1100 11011011 0 1011111 1011 100 100110011 1011101 110011

Color Harmonies of #F60CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60CDB

Black with #F60CDB

Text Example


Text Example

White with #F60CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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