Html Css Color HEX #F705DB Hot Magenta

📋 copy color: '#F705DB'

red 247 ◦ green 5 ◦ blue 219

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

Shades of Hot Magenta #F705DB

Tints of Hot Magenta #F705DB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.06%

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

R = 52.44%
G = 1.06%
B = 46.5%

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

#F705DB (or 0xF705DB) is known color: Hot Magenta. HEX triplet: F7, 05 and DB. RGB value is (247,5,219). Sum of RGB (Red+Green+Blue) = 247+5+219=471 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.44% from 471); Green value is 5 (2.34% from 255 or 1.06% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 247 - color contains mainly: red. Hex color #F705DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F705DB is #08FA24. Grayscale: #656565. Windows color (decimal): -588325 or 14353911. OLE color: 14353911.

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

Color convert

RGB 247 5 219 -
CMYK 0 0.98 0.11 0.03
HSL 306.94º 0.96% 0.49% -
HSV(B) 306.94º 0.98% 0.97% -
XYZ 51.2 25 69.14 -
YUV 101.75 194.17 231.6 -
System Red Green Blue C M Y K H S L
Decimal 247 5 219 0 0.98 0.11 0.03 306.94 0.96 0.49
Hex F7 5 DB 0 62 B 3 133 60 31
Octal 367 5 333 0 142 13 3 463 140 61
Binary 11110111 101 11011011 0 1100010 1011 11 100110011 1100000 110001

Color Harmonies of #F705DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F705DB

Black with #F705DB

Text Example


Text Example

White with #F705DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F705DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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