Html Css Color HEX #F010DE Hot Magenta

📋 copy color: '#F010DE'

red 240 ◦ green 16 ◦ blue 222

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

Shades of Hot Magenta #F010DE

Tints of Hot Magenta #F010DE

RGB

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

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

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

R = 50.21%
G = 3.35%
B = 46.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F010DE (or 0xF010DE) is known color: Hot Magenta. HEX triplet: F0, 10 and DE. RGB value is (240,16,222). Sum of RGB (Red+Green+Blue) = 240+16+222=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 16 (6.64% from 255 or 3.35% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F010DE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F010DE is #0FEF21. Grayscale: #696969. Windows color (decimal): -1044258 or 14553328. OLE color: 14553328.

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

Color convert

RGB 240 16 222 -
CMYK 0 0.93 0.08 0.06
HSL 304.82º 0.88% 0.5% -
HSV(B) 304.82º 0.93% 0.94% -
XYZ 49.31 24.17 71.17 -
YUV 106.46 193.21 223.25 -
System Red Green Blue C M Y K H S L
Decimal 240 16 222 0 0.93 0.08 0.06 304.82 0.88 0.5
Hex F0 10 DE 0 5D 8 6 131 58 32
Octal 360 20 336 0 135 10 6 461 130 62
Binary 11110000 10000 11011110 0 1011101 1000 110 100110001 1011000 110010

Color Harmonies of #F010DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F010DE

Black with #F010DE

Text Example


Text Example

White with #F010DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F010DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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