Html Css Color HEX #F702DB Hot Magenta

📋 copy color: '#F702DB'

red 247 ◦ green 2 ◦ blue 219

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

Shades of Hot Magenta #F702DB

Tints of Hot Magenta #F702DB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.43%

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

R = 52.78%
G = 0.43%
B = 46.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F702DB (or 0xF702DB) is known color: Hot Magenta. HEX triplet: F7, 02 and DB. RGB value is (247,2,219). Sum of RGB (Red+Green+Blue) = 247+2+219=468 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.78% from 468); Green value is 2 (1.17% from 255 or 0.43% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 247 - color contains mainly: red. Hex color #F702DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F702DB is #08FD24. Grayscale: #636363. Windows color (decimal): -589093 or 14353143. OLE color: 14353143.

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

Color convert

RGB 247 2 219 -
CMYK 0 0.99 0.11 0.03
HSL 306.86º 0.98% 0.49% -
HSV(B) 306.86º 0.99% 0.97% -
XYZ 51.17 24.93 69.13 -
YUV 99.99 195.17 232.86 -
System Red Green Blue C M Y K H S L
Decimal 247 2 219 0 0.99 0.11 0.03 306.86 0.98 0.49
Hex F7 2 DB 0 63 B 3 133 62 31
Octal 367 2 333 0 143 13 3 463 142 61
Binary 11110111 10 11011011 0 1100011 1011 11 100110011 1100010 110001

Color Harmonies of #F702DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F702DB

Black with #F702DB

Text Example


Text Example

White with #F702DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F702DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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