Html Css Color HEX #F00DDD Hot Magenta

📋 copy color: '#F00DDD'

red 240 ◦ green 13 ◦ blue 221

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

Shades of Hot Magenta #F00DDD

Tints of Hot Magenta #F00DDD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.74%

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

R = 50.63%
G = 2.74%
B = 46.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F00DDD (or 0xF00DDD) is known color: Hot Magenta. HEX triplet: F0, 0D and DD. RGB value is (240,13,221). Sum of RGB (Red+Green+Blue) = 240+13+221=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 13 (5.47% from 255 or 2.74% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F00DDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00DDD is #0FF222. Grayscale: #676767. Windows color (decimal): -1045027 or 14487024. OLE color: 14487024.

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

Color convert

RGB 240 13 221 -
CMYK 0 0.95 0.08 0.06
HSL 305.02º 0.9% 0.5% -
HSV(B) 305.02º 0.95% 0.94% -
XYZ 49.13 24.03 70.46 -
YUV 104.59 193.71 224.59 -
System Red Green Blue C M Y K H S L
Decimal 240 13 221 0 0.95 0.08 0.06 305.02 0.9 0.5
Hex F0 D DD 0 5F 8 6 131 5A 32
Octal 360 15 335 0 137 10 6 461 132 62
Binary 11110000 1101 11011101 0 1011111 1000 110 100110001 1011010 110010

Color Harmonies of #F00DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00DDD

Black with #F00DDD

Text Example


Text Example

White with #F00DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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