Html Css Color HEX #F16EE0 Pale Magenta

📋 copy color: '#F16EE0'

red 241 ◦ green 110 ◦ blue 224

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

Shades of Pale Magenta #F16EE0

Tints of Pale Magenta #F16EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.96%

R = 41.91%
G = 19.13%
B = 38.96%

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

#F16EE0 (or 0xF16EE0) is known color: Pale Magenta. HEX triplet: F1, 6E and E0. RGB value is (241,110,224). Sum of RGB (Red+Green+Blue) = 241+110+224=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 110 (43.36% from 255 or 19.13% from 575); Blue value is 224 (87.89% from 255 or 38.96% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F16EE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16EE0 is #0E911F. Grayscale: #A1A1A1. Windows color (decimal): -954656 or 14708465. OLE color: 14708465.

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

Color convert

RGB 241 110 224 -
CMYK 0 0.54 0.07 0.05
HSL 307.79º 0.82% 0.69% -
HSV(B) 307.79º 0.54% 0.95% -
XYZ 55.31 35.23 74.41 -
YUV 162.17 162.9 184.23 -
System Red Green Blue C M Y K H S L
Decimal 241 110 224 0 0.54 0.07 0.05 307.79 0.82 0.69
Hex F1 6E E0 0 36 7 5 134 52 45
Octal 361 156 340 0 66 7 5 464 122 105
Binary 11110001 1101110 11100000 0 110110 111 101 100110100 1010010 1000101

Color Harmonies of #F16EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16EE0

Black with #F16EE0

Text Example


Text Example

White with #F16EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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