Html Css Color HEX #F70DDD Hot Magenta

📋 copy color: '#F70DDD'

red 247 ◦ green 13 ◦ blue 221

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

Shades of Hot Magenta #F70DDD

Tints of Hot Magenta #F70DDD

RGB

 RED value IS 247 (96.88% from 255) = 51.35%

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

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

R = 51.35%
G = 2.7%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F70DDD (or 0xF70DDD) is known color: Hot Magenta. HEX triplet: F7, 0D and DD. RGB value is (247,13,221). Sum of RGB (Red+Green+Blue) = 247+13+221=481 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.35% from 481); Green value is 13 (5.47% from 255 or 2.70% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 247 - color contains mainly: red. Hex color #F70DDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70DDD is #08F222. Grayscale: #6A6A6A. Windows color (decimal): -586275 or 14487031. OLE color: 14487031.

HSL color Cylindrical-coordinate representation of color #F70DDD: hue angle of 306.67º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F70DDD is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 13 221 -
CMYK 0 0.95 0.11 0.03
HSL 306.67º 0.94% 0.51% -
HSV(B) 306.67º 0.95% 0.97% -
XYZ 51.55 25.28 70.57 -
YUV 106.68 192.52 228.09 -
System Red Green Blue C M Y K H S L
Decimal 247 13 221 0 0.95 0.11 0.03 306.67 0.94 0.51
Hex F7 D DD 0 5F B 3 133 5E 33
Octal 367 15 335 0 137 13 3 463 136 63
Binary 11110111 1101 11011101 0 1011111 1011 11 100110011 1011110 110011

Color Harmonies of #F70DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70DDD

Black with #F70DDD

Text Example


Text Example

White with #F70DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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