Html Css Color HEX #F907DB Hot Magenta

📋 copy color: '#F907DB'

red 249 ◦ green 7 ◦ blue 219

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

Shades of Hot Magenta #F907DB

Tints of Hot Magenta #F907DB

RGB

 RED value IS 249 (97.66% from 255) = 52.42%

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

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

R = 52.42%
G = 1.47%
B = 46.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F907DB (or 0xF907DB) is known color: Hot Magenta. HEX triplet: F9, 07 and DB. RGB value is (249,7,219). Sum of RGB (Red+Green+Blue) = 249+7+219=475 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.42% from 475); Green value is 7 (3.12% from 255 or 1.47% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 249 - color contains mainly: red. Hex color #F907DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F907DB is #06F824. Grayscale: #666666. Windows color (decimal): -456741 or 14354425. OLE color: 14354425.

HSL color Cylindrical-coordinate representation of color #F907DB: hue angle of 307.44º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F907DB is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 7 219 -
CMYK 0 0.97 0.12 0.02
HSL 307.44º 0.95% 0.5% -
HSV(B) 307.44º 0.97% 0.98% -
XYZ 51.93 25.41 69.18 -
YUV 103.53 193.17 231.76 -
System Red Green Blue C M Y K H S L
Decimal 249 7 219 0 0.97 0.12 0.02 307.44 0.95 0.5
Hex F9 7 DB 0 61 C 2 133 5F 32
Octal 371 7 333 0 141 14 2 463 137 62
Binary 11111001 111 11011011 0 1100001 1100 10 100110011 1011111 110010

Color Harmonies of #F907DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F907DB

Black with #F907DB

Text Example


Text Example

White with #F907DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F907DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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