Html Css Color HEX #F114FD Magenta

📋 copy color: '#F114FD'

red 241 ◦ green 20 ◦ blue 253

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

Shades of Magenta #F114FD

Tints of Magenta #F114FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.22%

R = 46.89%
G = 3.89%
B = 49.22%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F114FD (or 0xF114FD) is known color: Magenta. HEX triplet: F1, 14 and FD. RGB value is (241,20,253). Sum of RGB (Red+Green+Blue) = 241+20+253=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 20 (8.20% from 255 or 3.89% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #F114FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F114FD is #0EEB02. Grayscale: #6F6F6F. Windows color (decimal): -977667 or 16585969. OLE color: 16585969.

HSL color Cylindrical-coordinate representation of color #F114FD: hue angle of 296.91º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F114FD is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 241 20 253 -
CMYK 0.05 0.92 0 0.01
HSL 296.91º 0.98% 0.54% -
HSV(B) 296.91º 0.92% 0.99% -
XYZ 54.26 26.29 95.14 -
YUV 112.64 207.22 219.55 -
System Red Green Blue C M Y K H S L
Decimal 241 20 253 0.05 0.92 0 0.01 296.91 0.98 0.54
Hex F1 14 FD 5 5C 0 1 129 62 36
Octal 361 24 375 5 134 0 1 451 142 66
Binary 11110001 10100 11111101 101 1011100 0 1 100101001 1100010 110110

Color Harmonies of #F114FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F114FD

Black with #F114FD

Text Example


Text Example

White with #F114FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F114FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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