Html Css Color HEX #F70DD2 Hot Magenta

📋 copy color: '#F70DD2'

red 247 ◦ green 13 ◦ blue 210

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

Shades of Hot Magenta #F70DD2

Tints of Hot Magenta #F70DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.68%

R = 52.55%
G = 2.77%
B = 44.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F70DD2 (or 0xF70DD2) is known color: Hot Magenta. HEX triplet: F7, 0D and D2. RGB value is (247,13,210). Sum of RGB (Red+Green+Blue) = 247+13+210=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 13 (5.47% from 255 or 2.77% from 470); Blue value is 210 (82.42% from 255 or 44.68% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F70DD2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70DD2 is #08F22D. Grayscale: #686868. Windows color (decimal): -586286 or 13766135. OLE color: 13766135.

HSL color Cylindrical-coordinate representation of color #F70DD2: hue angle of 309.49º 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 #F70DD2 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 13 210 -
CMYK 0 0.95 0.15 0.03
HSL 309.49º 0.94% 0.51% -
HSV(B) 309.49º 0.95% 0.97% -
XYZ 50.13 24.72 63.1 -
YUV 105.42 187.02 228.98 -
System Red Green Blue C M Y K H S L
Decimal 247 13 210 0 0.95 0.15 0.03 309.49 0.94 0.51
Hex F7 D D2 0 5F F 3 135 5E 33
Octal 367 15 322 0 137 17 3 465 136 63
Binary 11110111 1101 11010010 0 1011111 1111 11 100110101 1011110 110011

Color Harmonies of #F70DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70DD2

Black with #F70DD2

Text Example


Text Example

White with #F70DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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