Html Css Color HEX #F700D1 Hot Magenta

📋 copy color: '#F700D1'

red 247 ◦ green 0 ◦ blue 209

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

Shades of Hot Magenta #F700D1

Tints of Hot Magenta #F700D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 45.83%

R = 54.17%
G = 0%
B = 45.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F700D1 (or 0xF700D1) is known color: Hot Magenta. HEX triplet: F7, 00 and D1. RGB value is (247,0,209). Sum of RGB (Red+Green+Blue) = 247+0+209=456 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.17% from 456); Green value is 0 (0.39% from 255 or 0% from 456); Blue value is 209 (82.03% from 255 or 45.83% from 456); Max value from RGB is 247 - color contains mainly: red. Hex color #F700D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F700D1 is #08FF2E. Grayscale: #616161. Windows color (decimal): -589615 or 13697271. OLE color: 13697271.

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

Color convert

RGB 247 0 209 -
CMYK 0 1 0.15 0.03
HSL 309.23º 1% 0.48% -
HSV(B) 309.23º 1% 0.97% -
XYZ 49.87 24.38 62.4 -
YUV 97.68 190.83 234.51 -
System Red Green Blue C M Y K H S L
Decimal 247 0 209 0 1 0.15 0.03 309.23 1 0.48
Hex F7 0 D1 0 64 F 3 135 64 30
Octal 367 0 321 0 144 17 3 465 144 60
Binary 11110111 0 11010001 0 1100100 1111 11 100110101 1100100 110000

Color Harmonies of #F700D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F700D1

Black with #F700D1

Text Example


Text Example

White with #F700D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F700D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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