Html Css Color HEX #F007DB Hot Magenta

📋 copy color: '#F007DB'

red 240 ◦ green 7 ◦ blue 219

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

Shades of Hot Magenta #F007DB

Tints of Hot Magenta #F007DB

RGB

 RED value IS 240 (94.14% from 255) = 51.5%

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

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

R = 51.5%
G = 1.5%
B = 47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F007DB (or 0xF007DB) is known color: Hot Magenta. HEX triplet: F0, 07 and DB. RGB value is (240,7,219). Sum of RGB (Red+Green+Blue) = 240+7+219=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 7 (3.12% from 255 or 1.50% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F007DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F007DB is #0FF824. Grayscale: #646464. Windows color (decimal): -1046565 or 14354416. OLE color: 14354416.

HSL color Cylindrical-coordinate representation of color #F007DB: hue angle of 305.41º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F007DB is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 7 219 -
CMYK 0 0.97 0.09 0.06
HSL 305.41º 0.94% 0.48% -
HSV(B) 305.41º 0.97% 0.94% -
XYZ 48.8 23.79 69.04 -
YUV 100.84 194.69 227.26 -
System Red Green Blue C M Y K H S L
Decimal 240 7 219 0 0.97 0.09 0.06 305.41 0.94 0.48
Hex F0 7 DB 0 61 9 6 131 5E 30
Octal 360 7 333 0 141 11 6 461 136 60
Binary 11110000 111 11011011 0 1100001 1001 110 100110001 1011110 110000

Color Harmonies of #F007DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F007DB

Black with #F007DB

Text Example


Text Example

White with #F007DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F007DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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