Html Css Color HEX #F013DF Hot Magenta

📋 copy color: '#F013DF'

red 240 ◦ green 19 ◦ blue 223

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

Shades of Hot Magenta #F013DF

Tints of Hot Magenta #F013DF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.94%

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

R = 49.79%
G = 3.94%
B = 46.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F013DF (or 0xF013DF) is known color: Hot Magenta. HEX triplet: F0, 13 and DF. RGB value is (240,19,223). Sum of RGB (Red+Green+Blue) = 240+19+223=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 19 (7.81% from 255 or 3.94% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F013DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F013DF is #0FEC20. Grayscale: #6B6B6B. Windows color (decimal): -1043489 or 14619632. OLE color: 14619632.

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

Color convert

RGB 240 19 223 -
CMYK 0 0.92 0.07 0.06
HSL 304.62º 0.88% 0.51% -
HSV(B) 304.62º 0.92% 0.94% -
XYZ 49.49 24.32 71.9 -
YUV 108.34 192.72 221.91 -
System Red Green Blue C M Y K H S L
Decimal 240 19 223 0 0.92 0.07 0.06 304.62 0.88 0.51
Hex F0 13 DF 0 5C 7 6 131 58 33
Octal 360 23 337 0 134 7 6 461 130 63
Binary 11110000 10011 11011111 0 1011100 111 110 100110001 1011000 110011

Color Harmonies of #F013DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F013DF

Black with #F013DF

Text Example


Text Example

White with #F013DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F013DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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