Html Css Color HEX #F001DD Hot Magenta

📋 copy color: '#F001DD'

red 240 ◦ green 1 ◦ blue 221

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

Shades of Hot Magenta #F001DD

Tints of Hot Magenta #F001DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.84%

R = 51.95%
G = 0.22%
B = 47.84%

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

#F001DD (or 0xF001DD) is known color: Hot Magenta. HEX triplet: F0, 01 and DD. RGB value is (240,1,221). Sum of RGB (Red+Green+Blue) = 240+1+221=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 1 (0.78% from 255 or 0.22% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F001DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F001DD is #0FFE22. Grayscale: #606060. Windows color (decimal): -1048099 or 14483952. OLE color: 14483952.

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

Color convert

RGB 240 1 221 -
CMYK 0 1.00 0.08 0.06
HSL 304.77º 0.99% 0.47% -
HSV(B) 304.77º 1% 0.94% -
XYZ 49 23.77 70.41 -
YUV 97.54 197.68 229.61 -
System Red Green Blue C M Y K H S L
Decimal 240 1 221 0 1.00 0.08 0.06 304.77 0.99 0.47
Hex F0 1 DD 0 64 8 6 131 63 2F
Octal 360 1 335 0 144 10 6 461 143 57
Binary 11110000 1 11011101 0 1100100 1000 110 100110001 1100011 101111

Color Harmonies of #F001DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F001DD

Black with #F001DD

Text Example


Text Example

White with #F001DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F001DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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