Html Css Color HEX #F70CFE Magenta

📋 copy color: '#F70CFE'

red 247 ◦ green 12 ◦ blue 254

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

Shades of Magenta #F70CFE

Tints of Magenta #F70CFE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.34%

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

R = 48.15%
G = 2.34%
B = 49.51%

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

#F70CFE (or 0xF70CFE) is known color: Magenta. HEX triplet: F7, 0C and FE. RGB value is (247,12,254). Sum of RGB (Red+Green+Blue) = 247+12+254=513 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.15% from 513); Green value is 12 (5.08% from 255 or 2.34% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #F70CFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F70CFE is #08F301. Grayscale: #6D6D6D. Windows color (decimal): -586498 or 16649463. OLE color: 16649463.

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

Color convert

RGB 247 12 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.38 27.19 96.04 -
YUV 109.85 209.36 225.82 -
System Red Green Blue C M Y K H S L
Decimal 247 12 254 0.03 0.95 0 0.00 298.26 0.99 0.52
Hex F7 C FE 3 5F 0 0 12A 63 34
Octal 367 14 376 3 137 0 0 452 143 64
Binary 11110111 1100 11111110 11 1011111 0 0 100101010 1100011 110100

Color Harmonies of #F70CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70CFE

Black with #F70CFE

Text Example


Text Example

White with #F70CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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