Html Css Color HEX #F70FFF Magenta

📋 copy color: '#F70FFF'

red 247 ◦ green 15 ◦ blue 255

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

Shades of Magenta #F70FFF

Tints of Magenta #F70FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.32%

R = 47.78%
G = 2.9%
B = 49.32%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F70FFF (or 0xF70FFF) is known color: Magenta. HEX triplet: F7, 0F and FF. RGB value is (247,15,255). Sum of RGB (Red+Green+Blue) = 247+15+255=517 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.78% from 517); Green value is 15 (6.25% from 255 or 2.90% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #F70FFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F70FFF is #08F000. Grayscale: #6E6E6E. Windows color (decimal): -585729 or 16715767. OLE color: 16715767.

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

Color convert

RGB 247 15 255 -
CMYK 0.03 0.94 0 0
HSL 298º 1% 0.53% -
HSV(B) 298º 0.94% 1% -
XYZ 56.58 27.34 96.9 -
YUV 111.73 208.86 224.49 -
System Red Green Blue C M Y K H S L
Decimal 247 15 255 0.03 0.94 0 0 298 1 0.53
Hex F7 F FF 3 5E 0 0 12A 64 35
Octal 367 17 377 3 136 0 0 452 144 65
Binary 11110111 1111 11111111 11 1011110 0 0 100101010 1100100 110101

Color Harmonies of #F70FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70FFF

Black with #F70FFF

Text Example


Text Example

White with #F70FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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