Html Css Color HEX #F010DF Hot Magenta

📋 copy color: '#F010DF'

red 240 ◦ green 16 ◦ blue 223

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

Shades of Hot Magenta #F010DF

Tints of Hot Magenta #F010DF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.34%

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

R = 50.1%
G = 3.34%
B = 46.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F010DF (or 0xF010DF) is known color: Hot Magenta. HEX triplet: F0, 10 and DF. RGB value is (240,16,223). Sum of RGB (Red+Green+Blue) = 240+16+223=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 16 (6.64% from 255 or 3.34% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F010DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F010DF is #0FEF20. Grayscale: #696969. Windows color (decimal): -1044257 or 14618864. OLE color: 14618864.

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

Color convert

RGB 240 16 223 -
CMYK 0 0.93 0.07 0.06
HSL 304.55º 0.88% 0.5% -
HSV(B) 304.55º 0.93% 0.94% -
XYZ 49.44 24.22 71.88 -
YUV 106.57 193.71 223.17 -
System Red Green Blue C M Y K H S L
Decimal 240 16 223 0 0.93 0.07 0.06 304.55 0.88 0.5
Hex F0 10 DF 0 5D 7 6 131 58 32
Octal 360 20 337 0 135 7 6 461 130 62
Binary 11110000 10000 11011111 0 1011101 111 110 100110001 1011000 110010

Color Harmonies of #F010DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F010DF

Black with #F010DF

Text Example


Text Example

White with #F010DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F010DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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