Html Css Color HEX #F114F0 Magenta

📋 copy color: '#F114F0'

red 241 ◦ green 20 ◦ blue 240

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

Shades of Magenta #F114F0

Tints of Magenta #F114F0

RGB

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

 GREEN value IS 20 (8.2% from 255) = 3.99%

 BLUE value IS 240 (94.14% from 255) = 47.9%

R = 48.1%
G = 3.99%
B = 47.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F114F0 (or 0xF114F0) is known color: Magenta. HEX triplet: F1, 14 and F0. RGB value is (241,20,240). Sum of RGB (Red+Green+Blue) = 241+20+240=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 20 (8.20% from 255 or 3.99% from 501); Blue value is 240 (94.14% from 255 or 47.90% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F114F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F114F0 is #0EEB0F. Grayscale: #6E6E6E. Windows color (decimal): -977680 or 15734001. OLE color: 15734001.

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

Color convert

RGB 241 20 240 -
CMYK 0 0.92 0.00 0.05
HSL 300.27º 0.89% 0.51% -
HSV(B) 300.27º 0.92% 0.95% -
XYZ 52.25 25.49 84.6 -
YUV 111.16 200.72 220.61 -
System Red Green Blue C M Y K H S L
Decimal 241 20 240 0 0.92 0.00 0.05 300.27 0.89 0.51
Hex F1 14 F0 0 5C 0 5 12C 59 33
Octal 361 24 360 0 134 0 5 454 131 63
Binary 11110001 10100 11110000 0 1011100 0 101 100101100 1011001 110011

Color Harmonies of #F114F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F114F0

Black with #F114F0

Text Example


Text Example

White with #F114F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F114F0; }

 p { color: rgb(241,20,240); }

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

background-color css

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

 a { background-color: rgb(241,20,240); }

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

border-color css

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

 span { border-color: rgb(241,20,240); }

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