Html Css Color HEX #F015DE Hot Magenta

📋 copy color: '#F015DE'

red 240 ◦ green 21 ◦ blue 222

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

Shades of Hot Magenta #F015DE

Tints of Hot Magenta #F015DE

RGB

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

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

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

R = 49.69%
G = 4.35%
B = 45.96%

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

#F015DE (or 0xF015DE) is known color: Hot Magenta. HEX triplet: F0, 15 and DE. RGB value is (240,21,222). Sum of RGB (Red+Green+Blue) = 240+21+222=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 21 (8.59% from 255 or 4.35% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F015DE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F015DE is #0FEA21. Grayscale: #6C6C6C. Windows color (decimal): -1042978 or 14554608. OLE color: 14554608.

HSL color Cylindrical-coordinate representation of color #F015DE: hue angle of 304.93º 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 #F015DE is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 21 222 -
CMYK 0 0.91 0.08 0.06
HSL 304.93º 0.88% 0.51% -
HSV(B) 304.93º 0.91% 0.94% -
XYZ 49.39 24.34 71.2 -
YUV 109.4 191.55 221.16 -
System Red Green Blue C M Y K H S L
Decimal 240 21 222 0 0.91 0.08 0.06 304.93 0.88 0.51
Hex F0 15 DE 0 5B 8 6 131 58 33
Octal 360 25 336 0 133 10 6 461 130 63
Binary 11110000 10101 11011110 0 1011011 1000 110 100110001 1011000 110011

Color Harmonies of #F015DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F015DE

Black with #F015DE

Text Example


Text Example

White with #F015DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F015DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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