Html Css Color HEX #F015DC Hot Magenta

📋 copy color: '#F015DC'

red 240 ◦ green 21 ◦ blue 220

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

Shades of Hot Magenta #F015DC

Tints of Hot Magenta #F015DC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.37%

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

R = 49.9%
G = 4.37%
B = 45.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F015DC (or 0xF015DC) is known color: Hot Magenta. HEX triplet: F0, 15 and DC. RGB value is (240,21,220). Sum of RGB (Red+Green+Blue) = 240+21+220=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 21 (8.59% from 255 or 4.37% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F015DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F015DC is #0FEA23. Grayscale: #6C6C6C. Windows color (decimal): -1042980 or 14423536. OLE color: 14423536.

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

Color convert

RGB 240 21 220 -
CMYK 0 0.91 0.08 0.06
HSL 305.48º 0.88% 0.51% -
HSV(B) 305.48º 0.91% 0.94% -
XYZ 49.12 24.23 69.8 -
YUV 109.17 190.55 221.32 -
System Red Green Blue C M Y K H S L
Decimal 240 21 220 0 0.91 0.08 0.06 305.48 0.88 0.51
Hex F0 15 DC 0 5B 8 6 131 58 33
Octal 360 25 334 0 133 10 6 461 130 63
Binary 11110000 10101 11011100 0 1011011 1000 110 100110001 1011000 110011

Color Harmonies of #F015DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F015DC

Black with #F015DC

Text Example


Text Example

White with #F015DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F015DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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