Html Css Color HEX #F117F2 Magenta

📋 copy color: '#F117F2'

red 241 ◦ green 23 ◦ blue 242

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

Shades of Magenta #F117F2

Tints of Magenta #F117F2

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.55%

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

R = 47.63%
G = 4.55%
B = 47.83%

CMYK

 C value IS 0.00

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F117F2 (or 0xF117F2) is known color: Magenta. HEX triplet: F1, 17 and F2. RGB value is (241,23,242). Sum of RGB (Red+Green+Blue) = 241+23+242=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 23 (9.38% from 255 or 4.55% from 506); Blue value is 242 (94.92% from 255 or 47.83% from 506); Max value from RGB is 242 - color contains mainly: blue. Hex color #F117F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F117F2 is #0EE80D. Grayscale: #707070. Windows color (decimal): -976910 or 15865841. OLE color: 15865841.

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

Color convert

RGB 241 23 242 -
CMYK 0.00 0.90 0 0.05
HSL 299.73º 0.89% 0.52% -
HSV(B) 299.73º 0.9% 0.95% -
XYZ 52.61 25.72 86.2 -
YUV 113.15 200.72 219.19 -
System Red Green Blue C M Y K H S L
Decimal 241 23 242 0.00 0.90 0 0.05 299.73 0.89 0.52
Hex F1 17 F2 0 5A 0 5 12C 59 34
Octal 361 27 362 0 132 0 5 454 131 64
Binary 11110001 10111 11110010 0 1011010 0 101 100101100 1011001 110100

Color Harmonies of #F117F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F117F2

Black with #F117F2

Text Example


Text Example

White with #F117F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F117F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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