Html Css Color HEX #F70BE5 Magenta

📋 copy color: '#F70BE5'

red 247 ◦ green 11 ◦ blue 229

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

Shades of Magenta #F70BE5

Tints of Magenta #F70BE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.02%

R = 50.72%
G = 2.26%
B = 47.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#F70BE5 (or 0xF70BE5) is known color: Magenta. HEX triplet: F7, 0B and E5. RGB value is (247,11,229). Sum of RGB (Red+Green+Blue) = 247+11+229=487 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.72% from 487); Green value is 11 (4.69% from 255 or 2.26% from 487); Blue value is 229 (89.84% from 255 or 47.02% from 487); Max value from RGB is 247 - color contains mainly: red. Hex color #F70BE5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70BE5 is #08F41A. Grayscale: #696969. Windows color (decimal): -586779 or 15010807. OLE color: 15010807.

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

Color convert

RGB 247 11 229 -
CMYK 0 0.96 0.07 0.03
HSL 304.58º 0.94% 0.51% -
HSV(B) 304.58º 0.96% 0.97% -
XYZ 52.62 25.67 76.31 -
YUV 106.42 197.19 228.27 -
System Red Green Blue C M Y K H S L
Decimal 247 11 229 0 0.96 0.07 0.03 304.58 0.94 0.51
Hex F7 B E5 0 60 7 3 131 5E 33
Octal 367 13 345 0 140 7 3 461 136 63
Binary 11110111 1011 11100101 0 1100000 111 11 100110001 1011110 110011

Color Harmonies of #F70BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70BE5

Black with #F70BE5

Text Example


Text Example

White with #F70BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70BE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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