Html Css Color HEX #F015DF Hot Magenta

📋 copy color: '#F015DF'

red 240 ◦ green 21 ◦ blue 223

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

Shades of Hot Magenta #F015DF

Tints of Hot Magenta #F015DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.07%

R = 49.59%
G = 4.34%
B = 46.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F015DF (or 0xF015DF) is known color: Hot Magenta. HEX triplet: F0, 15 and DF. RGB value is (240,21,223). Sum of RGB (Red+Green+Blue) = 240+21+223=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 21 (8.59% from 255 or 4.34% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F015DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F015DF is #0FEA20. Grayscale: #6C6C6C. Windows color (decimal): -1042977 or 14620144. OLE color: 14620144.

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

Color convert

RGB 240 21 223 -
CMYK 0 0.91 0.07 0.06
HSL 304.66º 0.88% 0.51% -
HSV(B) 304.66º 0.91% 0.94% -
XYZ 49.52 24.39 71.91 -
YUV 109.51 192.05 221.07 -
System Red Green Blue C M Y K H S L
Decimal 240 21 223 0 0.91 0.07 0.06 304.66 0.88 0.51
Hex F0 15 DF 0 5B 7 6 131 58 33
Octal 360 25 337 0 133 7 6 461 130 63
Binary 11110000 10101 11011111 0 1011011 111 110 100110001 1011000 110011

Color Harmonies of #F015DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F015DF

Black with #F015DF

Text Example


Text Example

White with #F015DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F015DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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