Html Css Color HEX #F015DD Hot Magenta

📋 copy color: '#F015DD'

red 240 ◦ green 21 ◦ blue 221

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

Shades of Hot Magenta #F015DD

Tints of Hot Magenta #F015DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.85%

R = 49.79%
G = 4.36%
B = 45.85%

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

#F015DD (or 0xF015DD) is known color: Hot Magenta. HEX triplet: F0, 15 and DD. RGB value is (240,21,221). Sum of RGB (Red+Green+Blue) = 240+21+221=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 21 (8.59% from 255 or 4.36% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F015DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F015DD is #0FEA22. Grayscale: #6C6C6C. Windows color (decimal): -1042979 or 14489072. OLE color: 14489072.

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

Color convert

RGB 240 21 221 -
CMYK 0 0.91 0.08 0.06
HSL 305.21º 0.88% 0.51% -
HSV(B) 305.21º 0.91% 0.94% -
XYZ 49.25 24.28 70.5 -
YUV 109.28 191.05 221.24 -
System Red Green Blue C M Y K H S L
Decimal 240 21 221 0 0.91 0.08 0.06 305.21 0.88 0.51
Hex F0 15 DD 0 5B 8 6 131 58 33
Octal 360 25 335 0 133 10 6 461 130 63
Binary 11110000 10101 11011101 0 1011011 1000 110 100110001 1011000 110011

Color Harmonies of #F015DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F015DD

Black with #F015DD

Text Example


Text Example

White with #F015DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F015DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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