Html Css Color HEX #F70ED5 Hot Magenta

📋 copy color: '#F70ED5'

red 247 ◦ green 14 ◦ blue 213

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

Shades of Hot Magenta #F70ED5

Tints of Hot Magenta #F70ED5

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.95%

 BLUE value IS 213 (83.59% from 255) = 44.94%

R = 52.11%
G = 2.95%
B = 44.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#F70ED5 (or 0xF70ED5) is known color: Hot Magenta. HEX triplet: F7, 0E and D5. RGB value is (247,14,213). Sum of RGB (Red+Green+Blue) = 247+14+213=474 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.11% from 474); Green value is 14 (5.86% from 255 or 2.95% from 474); Blue value is 213 (83.59% from 255 or 44.94% from 474); Max value from RGB is 247 - color contains mainly: red. Hex color #F70ED5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70ED5 is #08F12A. Grayscale: #696969. Windows color (decimal): -586027 or 13962999. OLE color: 13962999.

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

Color convert

RGB 247 14 213 -
CMYK 0 0.94 0.14 0.03
HSL 308.76º 0.94% 0.51% -
HSV(B) 308.76º 0.94% 0.97% -
XYZ 50.53 24.89 65.09 -
YUV 106.35 188.19 228.32 -
System Red Green Blue C M Y K H S L
Decimal 247 14 213 0 0.94 0.14 0.03 308.76 0.94 0.51
Hex F7 E D5 0 5E E 3 135 5E 33
Octal 367 16 325 0 136 16 3 465 136 63
Binary 11110111 1110 11010101 0 1011110 1110 11 100110101 1011110 110011

Color Harmonies of #F70ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70ED5

Black with #F70ED5

Text Example


Text Example

White with #F70ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70ED5; }

 p { color: rgb(247,14,213); }

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

background-color css

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

 a { background-color: rgb(247,14,213); }

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

border-color css

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

 span { border-color: rgb(247,14,213); }

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