Html Css Color HEX #F000DD Hot Magenta

📋 copy color: '#F000DD'

red 240 ◦ green 0 ◦ blue 221

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

Shades of Hot Magenta #F000DD

Tints of Hot Magenta #F000DD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.06%
G = 0%
B = 47.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F000DD (or 0xF000DD) is known color: Hot Magenta. HEX triplet: F0, 00 and DD. RGB value is (240,0,221). Sum of RGB (Red+Green+Blue) = 240+0+221=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 0 (0.39% from 255 or 0% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F000DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F000DD is #0FFF22. Grayscale: #606060. Windows color (decimal): -1048355 or 14483696. OLE color: 14483696.

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

Color convert

RGB 240 0 221 -
CMYK 0 1 0.08 0.06
HSL 304.75º 1% 0.47% -
HSV(B) 304.75º 1% 0.94% -
XYZ 48.99 23.75 70.41 -
YUV 96.95 198.01 230.03 -
System Red Green Blue C M Y K H S L
Decimal 240 0 221 0 1 0.08 0.06 304.75 1 0.47
Hex F0 0 DD 0 64 8 6 131 64 2F
Octal 360 0 335 0 144 10 6 461 144 57
Binary 11110000 0 11011101 0 1100100 1000 110 100110001 1100100 101111

Color Harmonies of #F000DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F000DD

Black with #F000DD

Text Example


Text Example

White with #F000DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F000DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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