Html Css Color HEX #F70FDA Hot Magenta

📋 copy color: '#F70FDA'

red 247 ◦ green 15 ◦ blue 218

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

Shades of Hot Magenta #F70FDA

Tints of Hot Magenta #F70FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.42%

R = 51.46%
G = 3.13%
B = 45.42%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F70FDA (or 0xF70FDA) is known color: Hot Magenta. HEX triplet: F7, 0F and DA. RGB value is (247,15,218). Sum of RGB (Red+Green+Blue) = 247+15+218=480 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.46% from 480); Green value is 15 (6.25% from 255 or 3.12% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 247 - color contains mainly: red. Hex color #F70FDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70FDA is #08F025. Grayscale: #6A6A6A. Windows color (decimal): -585766 or 14290935. OLE color: 14290935.

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

Color convert

RGB 247 15 218 -
CMYK 0 0.94 0.12 0.03
HSL 307.5º 0.94% 0.51% -
HSV(B) 307.5º 0.94% 0.97% -
XYZ 51.18 25.18 68.49 -
YUV 107.51 190.36 227.49 -
System Red Green Blue C M Y K H S L
Decimal 247 15 218 0 0.94 0.12 0.03 307.5 0.94 0.51
Hex F7 F DA 0 5E C 3 134 5E 33
Octal 367 17 332 0 136 14 3 464 136 63
Binary 11110111 1111 11011010 0 1011110 1100 11 100110100 1011110 110011

Color Harmonies of #F70FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70FDA

Black with #F70FDA

Text Example


Text Example

White with #F70FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70FDA; }

 p { color: rgb(247,15,218); }

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

background-color css

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

 a { background-color: rgb(247,15,218); }

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

border-color css

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

 span { border-color: rgb(247,15,218); }

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