Html Css Color HEX #F700DF Hot Magenta

📋 copy color: '#F700DF'

red 247 ◦ green 0 ◦ blue 223

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

Shades of Hot Magenta #F700DF

Tints of Hot Magenta #F700DF

RGB

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

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

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

R = 52.55%
G = 0%
B = 47.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F700DF (or 0xF700DF) is known color: Hot Magenta. HEX triplet: F7, 00 and DF. RGB value is (247,0,223). Sum of RGB (Red+Green+Blue) = 247+0+223=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 0 (0.39% from 255 or 0% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F700DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F700DF is #08FF20. Grayscale: #626262. Windows color (decimal): -589601 or 14614775. OLE color: 14614775.

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

Color convert

RGB 247 0 223 -
CMYK 0 1 0.10 0.03
HSL 305.83º 1% 0.48% -
HSV(B) 305.83º 1% 0.97% -
XYZ 51.68 25.1 71.93 -
YUV 99.28 197.83 233.37 -
System Red Green Blue C M Y K H S L
Decimal 247 0 223 0 1 0.10 0.03 305.83 1 0.48
Hex F7 0 DF 0 64 A 3 132 64 30
Octal 367 0 337 0 144 12 3 462 144 60
Binary 11110111 0 11011111 0 1100100 1010 11 100110010 1100100 110000

Color Harmonies of #F700DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F700DF

Black with #F700DF

Text Example


Text Example

White with #F700DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F700DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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