Html Css Color HEX #FF07DB Hot Magenta

📋 copy color: '#FF07DB'

red 255 ◦ green 7 ◦ blue 219

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

Shades of Hot Magenta #FF07DB

Tints of Hot Magenta #FF07DB

RGB

 RED value IS 255 (100% from 255) = 53.01%

 GREEN value IS 7 (3.13% from 255) = 1.46%

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

R = 53.01%
G = 1.46%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FF07DB (or 0xFF07DB) is known color: Hot Magenta. HEX triplet: FF, 07 and DB. RGB value is (255,7,219). Sum of RGB (Red+Green+Blue) = 255+7+219=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 7 (3.12% from 255 or 1.46% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF07DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF07DB is #00F824. Grayscale: #686868. Windows color (decimal): -63525 or 14354431. OLE color: 14354431.

HSL color Cylindrical-coordinate representation of color #FF07DB: hue angle of 308.71º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF07DB is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 255 7 219 -
CMYK 0 0.97 0.14 0
HSL 308.71º 1% 0.51% -
HSV(B) 308.71º 0.97% 1% -
XYZ 54.1 26.53 69.29 -
YUV 105.32 192.16 234.76 -
System Red Green Blue C M Y K H S L
Decimal 255 7 219 0 0.97 0.14 0 308.71 1 0.51
Hex FF 7 DB 0 61 E 0 135 64 33
Octal 377 7 333 0 141 16 0 465 144 63
Binary 11111111 111 11011011 0 1100001 1110 0 100110101 1100100 110011

Color Harmonies of #FF07DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF07DB

Black with #FF07DB

Text Example


Text Example

White with #FF07DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF07DB; }

 p { color: rgb(255,7,219); }

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

background-color css

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

 a { background-color: rgb(255,7,219); }

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

border-color css

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

 span { border-color: rgb(255,7,219); }

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