Html Css Color HEX #F16EDD Pale Magenta

📋 copy color: '#F16EDD'

red 241 ◦ green 110 ◦ blue 221

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

Shades of Pale Magenta #F16EDD

Tints of Pale Magenta #F16EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.64%

R = 42.13%
G = 19.23%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F16EDD (or 0xF16EDD) is known color: Pale Magenta. HEX triplet: F1, 6E and DD. RGB value is (241,110,221). Sum of RGB (Red+Green+Blue) = 241+110+221=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 110 (43.36% from 255 or 19.23% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 241 - color contains mainly: red. Hex color #F16EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16EDD is #0E9122. Grayscale: #A1A1A1. Windows color (decimal): -954659 or 14511857. OLE color: 14511857.

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

Color convert

RGB 241 110 221 -
CMYK 0 0.54 0.08 0.05
HSL 309.16º 0.82% 0.69% -
HSV(B) 309.16º 0.54% 0.95% -
XYZ 54.9 35.07 72.28 -
YUV 161.82 161.4 184.47 -
System Red Green Blue C M Y K H S L
Decimal 241 110 221 0 0.54 0.08 0.05 309.16 0.82 0.69
Hex F1 6E DD 0 36 8 5 135 52 45
Octal 361 156 335 0 66 10 5 465 122 105
Binary 11110001 1101110 11011101 0 110110 1000 101 100110101 1010010 1000101

Color Harmonies of #F16EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16EDD

Black with #F16EDD

Text Example


Text Example

White with #F16EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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