Html Css Color HEX #F116DF Hot Magenta

📋 copy color: '#F116DF'

red 241 ◦ green 22 ◦ blue 223

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

Shades of Hot Magenta #F116DF

Tints of Hot Magenta #F116DF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.53%

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

R = 49.59%
G = 4.53%
B = 45.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F116DF (or 0xF116DF) is known color: Hot Magenta. HEX triplet: F1, 16 and DF. RGB value is (241,22,223). Sum of RGB (Red+Green+Blue) = 241+22+223=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 22 (8.98% from 255 or 4.53% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F116DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F116DF is #0EE920. Grayscale: #6D6D6D. Windows color (decimal): -977185 or 14620401. OLE color: 14620401.

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

Color convert

RGB 241 22 223 -
CMYK 0 0.91 0.07 0.05
HSL 304.93º 0.89% 0.52% -
HSV(B) 304.93º 0.91% 0.95% -
XYZ 49.88 24.6 71.93 -
YUV 110.4 191.55 221.16 -
System Red Green Blue C M Y K H S L
Decimal 241 22 223 0 0.91 0.07 0.05 304.93 0.89 0.52
Hex F1 16 DF 0 5B 7 5 131 59 34
Octal 361 26 337 0 133 7 5 461 131 64
Binary 11110001 10110 11011111 0 1011011 111 101 100110001 1011001 110100

Color Harmonies of #F116DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F116DF

Black with #F116DF

Text Example


Text Example

White with #F116DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F116DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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