Html Css Color HEX #F001DE Hot Magenta

📋 copy color: '#F001DE'

red 240 ◦ green 1 ◦ blue 222

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

Shades of Hot Magenta #F001DE

Tints of Hot Magenta #F001DE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

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

R = 51.84%
G = 0.22%
B = 47.95%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F001DE (or 0xF001DE) is known color: Hot Magenta. HEX triplet: F0, 01 and DE. RGB value is (240,1,222). Sum of RGB (Red+Green+Blue) = 240+1+222=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 1 (0.78% from 255 or 0.22% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F001DE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F001DE is #0FFE21. Grayscale: #616161. Windows color (decimal): -1048098 or 14549488. OLE color: 14549488.

HSL color Cylindrical-coordinate representation of color #F001DE: hue angle of 304.52º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F001DE is Cyan = 0, Magento = 1.00, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 1 222 -
CMYK 0 1.00 0.08 0.06
HSL 304.52º 0.99% 0.47% -
HSV(B) 304.52º 1% 0.94% -
XYZ 49.13 23.82 71.12 -
YUV 97.66 198.18 229.53 -
System Red Green Blue C M Y K H S L
Decimal 240 1 222 0 1.00 0.08 0.06 304.52 0.99 0.47
Hex F0 1 DE 0 64 8 6 131 63 2F
Octal 360 1 336 0 144 10 6 461 143 57
Binary 11110000 1 11011110 0 1100100 1000 110 100110001 1100011 101111

Color Harmonies of #F001DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F001DE

Black with #F001DE

Text Example


Text Example

White with #F001DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F001DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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