Html Css Color HEX #F704DB Hot Magenta

📋 copy color: '#F704DB'

red 247 ◦ green 4 ◦ blue 219

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

Shades of Hot Magenta #F704DB

Tints of Hot Magenta #F704DB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.85%

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

R = 52.55%
G = 0.85%
B = 46.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F704DB (or 0xF704DB) is known color: Hot Magenta. HEX triplet: F7, 04 and DB. RGB value is (247,4,219). Sum of RGB (Red+Green+Blue) = 247+4+219=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 4 (1.95% from 255 or 0.85% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F704DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F704DB is #08FB24. Grayscale: #646464. Windows color (decimal): -588581 or 14353655. OLE color: 14353655.

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

Color convert

RGB 247 4 219 -
CMYK 0 0.98 0.11 0.03
HSL 306.91º 0.97% 0.49% -
HSV(B) 306.91º 0.98% 0.97% -
XYZ 51.19 24.98 69.14 -
YUV 101.17 194.51 232.02 -
System Red Green Blue C M Y K H S L
Decimal 247 4 219 0 0.98 0.11 0.03 306.91 0.97 0.49
Hex F7 4 DB 0 62 B 3 133 61 31
Octal 367 4 333 0 142 13 3 463 141 61
Binary 11110111 100 11011011 0 1100010 1011 11 100110011 1100001 110001

Color Harmonies of #F704DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F704DB

Black with #F704DB

Text Example


Text Example

White with #F704DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F704DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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