Html Css Color HEX #F114E7 Magenta

📋 copy color: '#F114E7'

red 241 ◦ green 20 ◦ blue 231

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

Shades of Magenta #F114E7

Tints of Magenta #F114E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 46.95%

R = 48.98%
G = 4.07%
B = 46.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F114E7 (or 0xF114E7) is known color: Magenta. HEX triplet: F1, 14 and E7. RGB value is (241,20,231). Sum of RGB (Red+Green+Blue) = 241+20+231=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 20 (8.20% from 255 or 4.07% from 492); Blue value is 231 (90.62% from 255 or 46.95% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F114E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F114E7 is #0EEB18. Grayscale: #6D6D6D. Windows color (decimal): -977689 or 15144177. OLE color: 15144177.

HSL color Cylindrical-coordinate representation of color #F114E7: hue angle of 302.71º 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 #F114E7 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 20 231 -
CMYK 0 0.92 0.04 0.05
HSL 302.71º 0.89% 0.51% -
HSV(B) 302.71º 0.92% 0.95% -
XYZ 50.95 24.97 77.74 -
YUV 110.13 196.22 221.34 -
System Red Green Blue C M Y K H S L
Decimal 241 20 231 0 0.92 0.04 0.05 302.71 0.89 0.51
Hex F1 14 E7 0 5C 4 5 12F 59 33
Octal 361 24 347 0 134 4 5 457 131 63
Binary 11110001 10100 11100111 0 1011100 100 101 100101111 1011001 110011

Color Harmonies of #F114E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F114E7

Black with #F114E7

Text Example


Text Example

White with #F114E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F114E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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