Html Css Color HEX #F70BCB Hot Magenta

📋 copy color: '#F70BCB'

red 247 ◦ green 11 ◦ blue 203

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

Shades of Hot Magenta #F70BCB

Tints of Hot Magenta #F70BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.03%

R = 53.58%
G = 2.39%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F70BCB (or 0xF70BCB) is known color: Hot Magenta. HEX triplet: F7, 0B and CB. RGB value is (247,11,203). Sum of RGB (Red+Green+Blue) = 247+11+203=461 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.58% from 461); Green value is 11 (4.69% from 255 or 2.39% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 247 - color contains mainly: red. Hex color #F70BCB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70BCB is #08F434. Grayscale: #666666. Windows color (decimal): -586805 or 13306871. OLE color: 13306871.

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

Color convert

RGB 247 11 203 -
CMYK 0 0.96 0.18 0.03
HSL 311.19º 0.94% 0.51% -
HSV(B) 311.19º 0.96% 0.97% -
XYZ 49.26 24.33 58.6 -
YUV 103.45 184.19 230.39 -
System Red Green Blue C M Y K H S L
Decimal 247 11 203 0 0.96 0.18 0.03 311.19 0.94 0.51
Hex F7 B CB 0 60 12 3 137 5E 33
Octal 367 13 313 0 140 22 3 467 136 63
Binary 11110111 1011 11001011 0 1100000 10010 11 100110111 1011110 110011

Color Harmonies of #F70BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70BCB

Black with #F70BCB

Text Example


Text Example

White with #F70BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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