Html Css Color HEX #F100DB Hot Magenta

📋 copy color: '#F100DB'

red 241 ◦ green 0 ◦ blue 219

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

Shades of Hot Magenta #F100DB

Tints of Hot Magenta #F100DB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.39%
G = 0%
B = 47.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F100DB (or 0xF100DB) is known color: Hot Magenta. HEX triplet: F1, 00 and DB. RGB value is (241,0,219). Sum of RGB (Red+Green+Blue) = 241+0+219=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 0 (0.39% from 255 or 0% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F100DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F100DB is #0EFF24. Grayscale: #606060. Windows color (decimal): -982821 or 14352625. OLE color: 14352625.

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

Color convert

RGB 241 0 219 -
CMYK 0 1 0.09 0.05
HSL 305.48º 1% 0.47% -
HSV(B) 305.48º 1% 0.95% -
XYZ 49.06 23.82 69.03 -
YUV 97.03 196.84 230.69 -
System Red Green Blue C M Y K H S L
Decimal 241 0 219 0 1 0.09 0.05 305.48 1 0.47
Hex F1 0 DB 0 64 9 5 131 64 2F
Octal 361 0 333 0 144 11 5 461 144 57
Binary 11110001 0 11011011 0 1100100 1001 101 100110001 1100100 101111

Color Harmonies of #F100DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F100DB

Black with #F100DB

Text Example


Text Example

White with #F100DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F100DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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