Html Css Color HEX #F70EFB Magenta

📋 copy color: '#F70EFB'

red 247 ◦ green 14 ◦ blue 251

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

Shades of Magenta #F70EFB

Tints of Magenta #F70EFB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.73%

 BLUE value IS 251 (98.44% from 255) = 49.02%

R = 48.24%
G = 2.73%
B = 49.02%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F70EFB (or 0xF70EFB) is known color: Magenta. HEX triplet: F7, 0E and FB. RGB value is (247,14,251). Sum of RGB (Red+Green+Blue) = 247+14+251=512 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.24% from 512); Green value is 14 (5.86% from 255 or 2.73% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #F70EFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F70EFB is #08F104. Grayscale: #6D6D6D. Windows color (decimal): -585989 or 16453367. OLE color: 16453367.

HSL color Cylindrical-coordinate representation of color #F70EFB: hue angle of 298.99º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F70EFB is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 247 14 251 -
CMYK 0.02 0.94 0 0.02
HSL 298.99º 0.97% 0.52% -
HSV(B) 298.99º 0.94% 0.98% -
XYZ 55.93 27.05 93.54 -
YUV 110.69 207.19 225.23 -
System Red Green Blue C M Y K H S L
Decimal 247 14 251 0.02 0.94 0 0.02 298.99 0.97 0.52
Hex F7 E FB 2 5E 0 2 12B 61 34
Octal 367 16 373 2 136 0 2 453 141 64
Binary 11110111 1110 11111011 10 1011110 0 10 100101011 1100001 110100

Color Harmonies of #F70EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70EFB

Black with #F70EFB

Text Example


Text Example

White with #F70EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70EFB; }

 p { color: rgb(247,14,251); }

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

background-color css

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

 a { background-color: rgb(247,14,251); }

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

border-color css

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

 span { border-color: rgb(247,14,251); }

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