Html Css Color HEX #F000DC Hot Magenta

📋 copy color: '#F000DC'

red 240 ◦ green 0 ◦ blue 220

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

Shades of Hot Magenta #F000DC

Tints of Hot Magenta #F000DC

RGB

 RED value IS 240 (94.14% from 255) = 52.17%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 220 (86.33% from 255) = 47.83%

R = 52.17%
G = 0%
B = 47.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F000DC (or 0xF000DC) is known color: Hot Magenta. HEX triplet: F0, 00 and DC. RGB value is (240,0,220). Sum of RGB (Red+Green+Blue) = 240+0+220=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 0 (0.39% from 255 or 0% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F000DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F000DC is #0FFF23. Grayscale: #606060. Windows color (decimal): -1048356 or 14418160. OLE color: 14418160.

HSL color Cylindrical-coordinate representation of color #F000DC: hue angle of 305º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F000DC is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 0 220 -
CMYK 0 1 0.08 0.06
HSL 305º 1% 0.47% -
HSV(B) 305º 1% 0.94% -
XYZ 48.85 23.69 69.71 -
YUV 96.84 197.51 230.11 -
System Red Green Blue C M Y K H S L
Decimal 240 0 220 0 1 0.08 0.06 305 1 0.47
Hex F0 0 DC 0 64 8 6 131 64 2F
Octal 360 0 334 0 144 10 6 461 144 57
Binary 11110000 0 11011100 0 1100100 1000 110 100110001 1100100 101111

Color Harmonies of #F000DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F000DC

Black with #F000DC

Text Example


Text Example

White with #F000DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F000DC; }

 p { color: rgb(240,0,220); }

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

background-color css

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

 a { background-color: rgb(240,0,220); }

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

border-color css

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

 span { border-color: rgb(240,0,220); }

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