Html Css Color HEX #F70DFE Magenta

📋 copy color: '#F70DFE'

red 247 ◦ green 13 ◦ blue 254

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

Shades of Magenta #F70DFE

Tints of Magenta #F70DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.42%

R = 48.05%
G = 2.53%
B = 49.42%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F70DFE (or 0xF70DFE) is known color: Magenta. HEX triplet: F7, 0D and FE. RGB value is (247,13,254). Sum of RGB (Red+Green+Blue) = 247+13+254=514 (68% of max value = 765). Red value is 247 (96.88% from 255 or 48.05% from 514); Green value is 13 (5.47% from 255 or 2.53% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #F70DFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F70DFE is #08F201. Grayscale: #6D6D6D. Windows color (decimal): -586242 or 16649719. OLE color: 16649719.

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

Color convert

RGB 247 13 254 -
CMYK 0.03 0.95 0 0.00
HSL 298.26º 0.99% 0.52% -
HSV(B) 298.26º 0.95% 1% -
XYZ 56.39 27.22 96.05 -
YUV 110.44 209.02 225.4 -
System Red Green Blue C M Y K H S L
Decimal 247 13 254 0.03 0.95 0 0.00 298.26 0.99 0.52
Hex F7 D FE 3 5F 0 0 12A 63 34
Octal 367 15 376 3 137 0 0 452 143 64
Binary 11110111 1101 11111110 11 1011111 0 0 100101010 1100011 110100

Color Harmonies of #F70DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70DFE

Black with #F70DFE

Text Example


Text Example

White with #F70DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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