Html Css Color HEX #F70BE2 Hot Magenta

📋 copy color: '#F70BE2'

red 247 ◦ green 11 ◦ blue 226

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

Shades of Hot Magenta #F70BE2

Tints of Hot Magenta #F70BE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 46.69%

R = 51.03%
G = 2.27%
B = 46.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F70BE2 (or 0xF70BE2) is known color: Hot Magenta. HEX triplet: F7, 0B and E2. RGB value is (247,11,226). Sum of RGB (Red+Green+Blue) = 247+11+226=484 (64% of max value = 765). Red value is 247 (96.88% from 255 or 51.03% from 484); Green value is 11 (4.69% from 255 or 2.27% from 484); Blue value is 226 (88.67% from 255 or 46.69% from 484); Max value from RGB is 247 - color contains mainly: red. Hex color #F70BE2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70BE2 is #08F41D. Grayscale: #696969. Windows color (decimal): -586782 or 14814199. OLE color: 14814199.

HSL color Cylindrical-coordinate representation of color #F70BE2: hue angle of 305.34º 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 #F70BE2 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 11 226 -
CMYK 0 0.96 0.09 0.03
HSL 305.34º 0.94% 0.51% -
HSV(B) 305.34º 0.96% 0.97% -
XYZ 52.2 25.5 74.12 -
YUV 106.07 195.69 228.52 -
System Red Green Blue C M Y K H S L
Decimal 247 11 226 0 0.96 0.09 0.03 305.34 0.94 0.51
Hex F7 B E2 0 60 9 3 131 5E 33
Octal 367 13 342 0 140 11 3 461 136 63
Binary 11110111 1011 11100010 0 1100000 1001 11 100110001 1011110 110011

Color Harmonies of #F70BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70BE2

Black with #F70BE2

Text Example


Text Example

White with #F70BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70BE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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