Html Css Color HEX #F17EDA Pale Magenta

📋 copy color: '#F17EDA'

red 241 ◦ green 126 ◦ blue 218

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

Shades of Pale Magenta #F17EDA

Tints of Pale Magenta #F17EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.26%

R = 41.2%
G = 21.54%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F17EDA (or 0xF17EDA) is known color: Pale Magenta. HEX triplet: F1, 7E and DA. RGB value is (241,126,218). Sum of RGB (Red+Green+Blue) = 241+126+218=585 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.20% from 585); Green value is 126 (49.61% from 255 or 21.54% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 241 - color contains mainly: red. Hex color #F17EDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17EDA is #0E8125. Grayscale: #AAAAAA. Windows color (decimal): -950566 or 14319345. OLE color: 14319345.

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

Color convert

RGB 241 126 218 -
CMYK 0 0.48 0.10 0.05
HSL 312º 0.8% 0.72% -
HSV(B) 312º 0.48% 0.95% -
XYZ 56.39 38.68 70.82 -
YUV 170.87 154.6 178.02 -
System Red Green Blue C M Y K H S L
Decimal 241 126 218 0 0.48 0.10 0.05 312 0.8 0.72
Hex F1 7E DA 0 30 A 5 138 50 48
Octal 361 176 332 0 60 12 5 470 120 110
Binary 11110001 1111110 11011010 0 110000 1010 101 100111000 1010000 1001000

Color Harmonies of #F17EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17EDA

Black with #F17EDA

Text Example


Text Example

White with #F17EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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