Html Css Color HEX #F70BFE Magenta

📋 copy color: '#F70BFE'

red 247 ◦ green 11 ◦ blue 254

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

Shades of Magenta #F70BFE

Tints of Magenta #F70BFE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.15%

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

R = 48.24%
G = 2.15%
B = 49.61%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F70BFE (or 0xF70BFE) is known color: Magenta. HEX triplet: F7, 0B and FE. RGB value is (247,11,254). Sum of RGB (Red+Green+Blue) = 247+11+254=512 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.24% from 512); Green value is 11 (4.69% from 255 or 2.15% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #F70BFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F70BFE is #08F401. Grayscale: #6C6C6C. Windows color (decimal): -586754 or 16649207. OLE color: 16649207.

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

Color convert

RGB 247 11 254 -
CMYK 0.03 0.96 0 0.00
HSL 298.27º 0.99% 0.52% -
HSV(B) 298.27º 0.96% 1% -
XYZ 56.37 27.17 96.04 -
YUV 109.27 209.69 226.24 -
System Red Green Blue C M Y K H S L
Decimal 247 11 254 0.03 0.96 0 0.00 298.27 0.99 0.52
Hex F7 B FE 3 60 0 0 12A 63 34
Octal 367 13 376 3 140 0 0 452 143 64
Binary 11110111 1011 11111110 11 1100000 0 0 100101010 1100011 110100

Color Harmonies of #F70BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70BFE

Black with #F70BFE

Text Example


Text Example

White with #F70BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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