Html Css Color HEX #F107DB Hot Magenta

📋 copy color: '#F107DB'

red 241 ◦ green 7 ◦ blue 219

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

Shades of Hot Magenta #F107DB

Tints of Hot Magenta #F107DB

RGB

 RED value IS 241 (94.53% from 255) = 51.61%

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

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

R = 51.61%
G = 1.5%
B = 46.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F107DB (or 0xF107DB) is known color: Hot Magenta. HEX triplet: F1, 07 and DB. RGB value is (241,7,219). Sum of RGB (Red+Green+Blue) = 241+7+219=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 7 (3.12% from 255 or 1.50% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F107DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F107DB is #0EF824. Grayscale: #646464. Windows color (decimal): -981029 or 14354417. OLE color: 14354417.

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

Color convert

RGB 241 7 219 -
CMYK 0 0.97 0.09 0.05
HSL 305.64º 0.94% 0.49% -
HSV(B) 305.64º 0.97% 0.95% -
XYZ 49.14 23.97 69.05 -
YUV 101.13 194.52 227.76 -
System Red Green Blue C M Y K H S L
Decimal 241 7 219 0 0.97 0.09 0.05 305.64 0.94 0.49
Hex F1 7 DB 0 61 9 5 132 5E 31
Octal 361 7 333 0 141 11 5 462 136 61
Binary 11110001 111 11011011 0 1100001 1001 101 100110010 1011110 110001

Color Harmonies of #F107DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F107DB

Black with #F107DB

Text Example


Text Example

White with #F107DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F107DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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