Html Css Color HEX #F014DC Hot Magenta

📋 copy color: '#F014DC'

red 240 ◦ green 20 ◦ blue 220

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

Shades of Hot Magenta #F014DC

Tints of Hot Magenta #F014DC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.17%

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

R = 50%
G = 4.17%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F014DC (or 0xF014DC) is known color: Hot Magenta. HEX triplet: F0, 14 and DC. RGB value is (240,20,220). Sum of RGB (Red+Green+Blue) = 240+20+220=480 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50% from 480); Green value is 20 (8.20% from 255 or 4.17% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 240 - color contains mainly: red. Hex color #F014DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F014DC is #0FEB23. Grayscale: #6C6C6C. Windows color (decimal): -1043236 or 14423280. OLE color: 14423280.

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

Color convert

RGB 240 20 220 -
CMYK 0 0.92 0.08 0.06
HSL 305.45º 0.88% 0.51% -
HSV(B) 305.45º 0.92% 0.94% -
XYZ 49.1 24.19 69.79 -
YUV 108.58 190.89 221.74 -
System Red Green Blue C M Y K H S L
Decimal 240 20 220 0 0.92 0.08 0.06 305.45 0.88 0.51
Hex F0 14 DC 0 5C 8 6 131 58 33
Octal 360 24 334 0 134 10 6 461 130 63
Binary 11110000 10100 11011100 0 1011100 1000 110 100110001 1011000 110011

Color Harmonies of #F014DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F014DC

Black with #F014DC

Text Example


Text Example

White with #F014DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F014DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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