Html Css Color HEX #F700DB Hot Magenta

📋 copy color: '#F700DB'

red 247 ◦ green 0 ◦ blue 219

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

Shades of Hot Magenta #F700DB

Tints of Hot Magenta #F700DB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 219 (85.94% from 255) = 47%

R = 53%
G = 0%
B = 47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F700DB (or 0xF700DB) is known color: Hot Magenta. HEX triplet: F7, 00 and DB. RGB value is (247,0,219). Sum of RGB (Red+Green+Blue) = 247+0+219=466 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.00% from 466); Green value is 0 (0.39% from 255 or 0% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 247 - color contains mainly: red. Hex color #F700DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F700DB is #08FF24. Grayscale: #626262. Windows color (decimal): -589605 or 14352631. OLE color: 14352631.

HSL color Cylindrical-coordinate representation of color #F700DB: hue angle of 306.8º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F700DB is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 0 219 -
CMYK 0 1 0.11 0.03
HSL 306.8º 1% 0.48% -
HSV(B) 306.8º 1% 0.97% -
XYZ 51.14 24.89 69.13 -
YUV 98.82 195.83 233.69 -
System Red Green Blue C M Y K H S L
Decimal 247 0 219 0 1 0.11 0.03 306.8 1 0.48
Hex F7 0 DB 0 64 B 3 133 64 30
Octal 367 0 333 0 144 13 3 463 144 60
Binary 11110111 0 11011011 0 1100100 1011 11 100110011 1100100 110000

Color Harmonies of #F700DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F700DB

Black with #F700DB

Text Example


Text Example

White with #F700DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F700DB; }

 p { color: rgb(247,0,219); }

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

background-color css

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

 a { background-color: rgb(247,0,219); }

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

border-color css

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

 span { border-color: rgb(247,0,219); }

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