Html Css Color HEX #F704DF Hot Magenta

📋 copy color: '#F704DF'

red 247 ◦ green 4 ◦ blue 223

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

Shades of Hot Magenta #F704DF

Tints of Hot Magenta #F704DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.05%

R = 52.11%
G = 0.84%
B = 47.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F704DF (or 0xF704DF) is known color: Hot Magenta. HEX triplet: F7, 04 and DF. RGB value is (247,4,223). Sum of RGB (Red+Green+Blue) = 247+4+223=474 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.11% from 474); Green value is 4 (1.95% from 255 or 0.84% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 247 - color contains mainly: red. Hex color #F704DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F704DF is #08FB20. Grayscale: #646464. Windows color (decimal): -588577 or 14615799. OLE color: 14615799.

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

Color convert

RGB 247 4 223 -
CMYK 0 0.98 0.10 0.03
HSL 305.93º 0.97% 0.49% -
HSV(B) 305.93º 0.98% 0.97% -
XYZ 51.72 25.19 71.95 -
YUV 101.62 196.51 231.69 -
System Red Green Blue C M Y K H S L
Decimal 247 4 223 0 0.98 0.10 0.03 305.93 0.97 0.49
Hex F7 4 DF 0 62 A 3 132 61 31
Octal 367 4 337 0 142 12 3 462 141 61
Binary 11110111 100 11011111 0 1100010 1010 11 100110010 1100001 110001

Color Harmonies of #F704DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F704DF

Black with #F704DF

Text Example


Text Example

White with #F704DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F704DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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