Html Css Color HEX #F00FDD Hot Magenta

📋 copy color: '#F00FDD'

red 240 ◦ green 15 ◦ blue 221

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

Shades of Hot Magenta #F00FDD

Tints of Hot Magenta #F00FDD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.15%

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

R = 50.42%
G = 3.15%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F00FDD (or 0xF00FDD) is known color: Hot Magenta. HEX triplet: F0, 0F and DD. RGB value is (240,15,221). Sum of RGB (Red+Green+Blue) = 240+15+221=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 15 (6.25% from 255 or 3.15% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F00FDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00FDD is #0FF022. Grayscale: #696969. Windows color (decimal): -1044515 or 14487536. OLE color: 14487536.

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

Color convert

RGB 240 15 221 -
CMYK 0 0.94 0.08 0.06
HSL 305.07º 0.88% 0.5% -
HSV(B) 305.07º 0.94% 0.94% -
XYZ 49.16 24.09 70.47 -
YUV 105.76 193.04 223.75 -
System Red Green Blue C M Y K H S L
Decimal 240 15 221 0 0.94 0.08 0.06 305.07 0.88 0.5
Hex F0 F DD 0 5E 8 6 131 58 32
Octal 360 17 335 0 136 10 6 461 130 62
Binary 11110000 1111 11011101 0 1011110 1000 110 100110001 1011000 110010

Color Harmonies of #F00FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00FDD

Black with #F00FDD

Text Example


Text Example

White with #F00FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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