Html Css Color HEX #F001D8 Hot Magenta

📋 copy color: '#F001D8'

red 240 ◦ green 1 ◦ blue 216

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

Shades of Hot Magenta #F001D8

Tints of Hot Magenta #F001D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 47.26%

R = 52.52%
G = 0.22%
B = 47.26%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.1

 K value IS 0.06

RGB Variations

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

Color information

#F001D8 (or 0xF001D8) is known color: Hot Magenta. HEX triplet: F0, 01 and D8. RGB value is (240,1,216). Sum of RGB (Red+Green+Blue) = 240+1+216=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 1 (0.78% from 255 or 0.22% from 457); Blue value is 216 (84.77% from 255 or 47.26% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F001D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F001D8 is #0FFE27. Grayscale: #606060. Windows color (decimal): -1048104 or 14156272. OLE color: 14156272.

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

Color convert

RGB 240 1 216 -
CMYK 0 1.00 0.1 0.06
HSL 306.03º 0.99% 0.47% -
HSV(B) 306.03º 1% 0.94% -
XYZ 48.34 23.5 66.95 -
YUV 96.97 195.18 230.02 -
System Red Green Blue C M Y K H S L
Decimal 240 1 216 0 1.00 0.1 0.06 306.03 0.99 0.47
Hex F0 1 D8 0 64 A 6 132 63 2F
Octal 360 1 330 0 144 12 6 462 143 57
Binary 11110000 1 11011000 0 1100100 1010 110 100110010 1100011 101111

Color Harmonies of #F001D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F001D8

Black with #F001D8

Text Example


Text Example

White with #F001D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F001D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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