Html Css Color HEX #F114F2 Magenta

📋 copy color: '#F114F2'

red 241 ◦ green 20 ◦ blue 242

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

Shades of Magenta #F114F2

Tints of Magenta #F114F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.11%

R = 47.91%
G = 3.98%
B = 48.11%

CMYK

 C value IS 0.00

 M value IS 0.92

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F114F2 (or 0xF114F2) is known color: Magenta. HEX triplet: F1, 14 and F2. RGB value is (241,20,242). Sum of RGB (Red+Green+Blue) = 241+20+242=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 20 (8.20% from 255 or 3.98% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 242 - color contains mainly: blue. Hex color #F114F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F114F2 is #0EEB0D. Grayscale: #6E6E6E. Windows color (decimal): -977678 or 15865073. OLE color: 15865073.

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

Color convert

RGB 241 20 242 -
CMYK 0.00 0.92 0 0.05
HSL 299.73º 0.9% 0.51% -
HSV(B) 299.73º 0.92% 0.95% -
XYZ 52.55 25.61 86.18 -
YUV 111.39 201.72 220.45 -
System Red Green Blue C M Y K H S L
Decimal 241 20 242 0.00 0.92 0 0.05 299.73 0.9 0.51
Hex F1 14 F2 0 5C 0 5 12C 5A 33
Octal 361 24 362 0 134 0 5 454 132 63
Binary 11110001 10100 11110010 0 1011100 0 101 100101100 1011010 110011

Color Harmonies of #F114F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F114F2

Black with #F114F2

Text Example


Text Example

White with #F114F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F114F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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