Html Css Color HEX #F16EE1 Pale Magenta

📋 copy color: '#F16EE1'

red 241 ◦ green 110 ◦ blue 225

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

Shades of Pale Magenta #F16EE1

Tints of Pale Magenta #F16EE1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.1%

 BLUE value IS 225 (88.28% from 255) = 39.06%

R = 41.84%
G = 19.1%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F16EE1 (or 0xF16EE1) is known color: Pale Magenta. HEX triplet: F1, 6E and E1. RGB value is (241,110,225). Sum of RGB (Red+Green+Blue) = 241+110+225=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 110 (43.36% from 255 or 19.10% from 576); Blue value is 225 (88.28% from 255 or 39.06% from 576); Max value from RGB is 241 - color contains mainly: red. Hex color #F16EE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16EE1 is #0E911E. Grayscale: #A1A1A1. Windows color (decimal): -954655 or 14774001. OLE color: 14774001.

HSL color Cylindrical-coordinate representation of color #F16EE1: hue angle of 307.33º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F16EE1 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 110 225 -
CMYK 0 0.54 0.07 0.05
HSL 307.33º 0.82% 0.69% -
HSV(B) 307.33º 0.54% 0.95% -
XYZ 55.44 35.29 75.12 -
YUV 162.28 163.4 184.15 -
System Red Green Blue C M Y K H S L
Decimal 241 110 225 0 0.54 0.07 0.05 307.33 0.82 0.69
Hex F1 6E E1 0 36 7 5 133 52 45
Octal 361 156 341 0 66 7 5 463 122 105
Binary 11110001 1101110 11100001 0 110110 111 101 100110011 1010010 1000101

Color Harmonies of #F16EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16EE1

Black with #F16EE1

Text Example


Text Example

White with #F16EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16EE1; }

 p { color: rgb(241,110,225); }

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

background-color css

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

 a { background-color: rgb(241,110,225); }

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

border-color css

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

 span { border-color: rgb(241,110,225); }

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