Html Css Color HEX #F119DF Hot Magenta

📋 copy color: '#F119DF'

red 241 ◦ green 25 ◦ blue 223

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

Shades of Hot Magenta #F119DF

Tints of Hot Magenta #F119DF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.11%

 BLUE value IS 223 (87.5% from 255) = 45.6%

R = 49.28%
G = 5.11%
B = 45.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F119DF (or 0xF119DF) is known color: Hot Magenta. HEX triplet: F1, 19 and DF. RGB value is (241,25,223). Sum of RGB (Red+Green+Blue) = 241+25+223=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 25 (10.16% from 255 or 5.11% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F119DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F119DF is #0EE620. Grayscale: #6F6F6F. Windows color (decimal): -976417 or 14621169. OLE color: 14621169.

HSL color Cylindrical-coordinate representation of color #F119DF: hue angle of 305º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F119DF is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 25 223 -
CMYK 0 0.90 0.07 0.05
HSL 305º 0.89% 0.52% -
HSV(B) 305º 0.9% 0.95% -
XYZ 49.94 24.72 71.95 -
YUV 112.16 190.56 219.9 -
System Red Green Blue C M Y K H S L
Decimal 241 25 223 0 0.90 0.07 0.05 305 0.89 0.52
Hex F1 19 DF 0 5A 7 5 131 59 34
Octal 361 31 337 0 132 7 5 461 131 64
Binary 11110001 11001 11011111 0 1011010 111 101 100110001 1011001 110100

Color Harmonies of #F119DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F119DF

Black with #F119DF

Text Example


Text Example

White with #F119DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F119DF; }

 p { color: rgb(241,25,223); }

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

background-color css

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

 a { background-color: rgb(241,25,223); }

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

border-color css

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

 span { border-color: rgb(241,25,223); }

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