Html Css Color HEX #F109DD Hot Magenta

📋 copy color: '#F109DD'

red 241 ◦ green 9 ◦ blue 221

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

Shades of Hot Magenta #F109DD

Tints of Hot Magenta #F109DD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.91%

 BLUE value IS 221 (86.72% from 255) = 46.92%

R = 51.17%
G = 1.91%
B = 46.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F109DD (or 0xF109DD) is known color: Hot Magenta. HEX triplet: F1, 09 and DD. RGB value is (241,9,221). Sum of RGB (Red+Green+Blue) = 241+9+221=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 9 (3.91% from 255 or 1.91% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F109DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F109DD is #0EF622. Grayscale: #656565. Windows color (decimal): -980515 or 14486001. OLE color: 14486001.

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

Color convert

RGB 241 9 221 -
CMYK 0 0.96 0.08 0.05
HSL 305.17º 0.93% 0.49% -
HSV(B) 305.17º 0.96% 0.95% -
XYZ 49.42 24.12 70.46 -
YUV 102.54 194.86 226.76 -
System Red Green Blue C M Y K H S L
Decimal 241 9 221 0 0.96 0.08 0.05 305.17 0.93 0.49
Hex F1 9 DD 0 60 8 5 131 5D 31
Octal 361 11 335 0 140 10 5 461 135 61
Binary 11110001 1001 11011101 0 1100000 1000 101 100110001 1011101 110001

Color Harmonies of #F109DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F109DD

Black with #F109DD

Text Example


Text Example

White with #F109DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F109DD; }

 p { color: rgb(241,9,221); }

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

background-color css

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

 a { background-color: rgb(241,9,221); }

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

border-color css

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

 span { border-color: rgb(241,9,221); }

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