Html Css Color HEX #F701DB Hot Magenta

📋 copy color: '#F701DB'

red 247 ◦ green 1 ◦ blue 219

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

Shades of Hot Magenta #F701DB

Tints of Hot Magenta #F701DB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.21%

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

R = 52.89%
G = 0.21%
B = 46.9%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F701DB (or 0xF701DB) is known color: Hot Magenta. HEX triplet: F7, 01 and DB. RGB value is (247,1,219). Sum of RGB (Red+Green+Blue) = 247+1+219=467 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.89% from 467); Green value is 1 (0.78% from 255 or 0.21% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 247 - color contains mainly: red. Hex color #F701DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F701DB is #08FE24. Grayscale: #626262. Windows color (decimal): -589349 or 14352887. OLE color: 14352887.

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

Color convert

RGB 247 1 219 -
CMYK 0 1.00 0.11 0.03
HSL 306.83º 0.99% 0.49% -
HSV(B) 306.83º 1% 0.97% -
XYZ 51.15 24.91 69.13 -
YUV 99.41 195.5 233.27 -
System Red Green Blue C M Y K H S L
Decimal 247 1 219 0 1.00 0.11 0.03 306.83 0.99 0.49
Hex F7 1 DB 0 64 B 3 133 63 31
Octal 367 1 333 0 144 13 3 463 143 61
Binary 11110111 1 11011011 0 1100100 1011 11 100110011 1100011 110001

Color Harmonies of #F701DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F701DB

Black with #F701DB

Text Example


Text Example

White with #F701DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F701DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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