Html Css Color HEX #F17EDC Pale Magenta

📋 copy color: '#F17EDC'

red 241 ◦ green 126 ◦ blue 220

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

Shades of Pale Magenta #F17EDC

Tints of Pale Magenta #F17EDC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.47%

 BLUE value IS 220 (86.33% from 255) = 37.48%

R = 41.06%
G = 21.47%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F17EDC (or 0xF17EDC) is known color: Pale Magenta. HEX triplet: F1, 7E and DC. RGB value is (241,126,220). Sum of RGB (Red+Green+Blue) = 241+126+220=587 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.06% from 587); Green value is 126 (49.61% from 255 or 21.47% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 241 - color contains mainly: red. Hex color #F17EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17EDC is #0E8123. Grayscale: #AAAAAA. Windows color (decimal): -950564 or 14450417. OLE color: 14450417.

HSL color Cylindrical-coordinate representation of color #F17EDC: hue angle of 310.96º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F17EDC is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 126 220 -
CMYK 0 0.48 0.09 0.05
HSL 310.96º 0.8% 0.72% -
HSV(B) 310.96º 0.48% 0.95% -
XYZ 56.65 38.79 72.21 -
YUV 171.1 155.6 177.86 -
System Red Green Blue C M Y K H S L
Decimal 241 126 220 0 0.48 0.09 0.05 310.96 0.8 0.72
Hex F1 7E DC 0 30 9 5 137 50 48
Octal 361 176 334 0 60 11 5 467 120 110
Binary 11110001 1111110 11011100 0 110000 1001 101 100110111 1010000 1001000

Color Harmonies of #F17EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17EDC

Black with #F17EDC

Text Example


Text Example

White with #F17EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17EDC; }

 p { color: rgb(241,126,220); }

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

background-color css

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

 a { background-color: rgb(241,126,220); }

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

border-color css

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

 span { border-color: rgb(241,126,220); }

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