Html Css Color HEX #F17AD9 Pale Magenta

📋 copy color: '#F17AD9'

red 241 ◦ green 122 ◦ blue 217

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

Shades of Pale Magenta #F17AD9

Tints of Pale Magenta #F17AD9

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.03%

 BLUE value IS 217 (85.16% from 255) = 37.41%

R = 41.55%
G = 21.03%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F17AD9 (or 0xF17AD9) is known color: Pale Magenta. HEX triplet: F1, 7A and D9. RGB value is (241,122,217). Sum of RGB (Red+Green+Blue) = 241+122+217=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 122 (48.05% from 255 or 21.03% from 580); Blue value is 217 (85.16% from 255 or 37.41% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F17AD9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17AD9 is #0E8526. Grayscale: #A8A8A8. Windows color (decimal): -951591 or 14252785. OLE color: 14252785.

HSL color Cylindrical-coordinate representation of color #F17AD9: hue angle of 312.1º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F17AD9 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 122 217 -
CMYK 0 0.49 0.10 0.05
HSL 312.1º 0.81% 0.71% -
HSV(B) 312.1º 0.49% 0.95% -
XYZ 55.76 37.63 69.97 -
YUV 168.41 155.42 179.78 -
System Red Green Blue C M Y K H S L
Decimal 241 122 217 0 0.49 0.10 0.05 312.1 0.81 0.71
Hex F1 7A D9 0 31 A 5 138 51 47
Octal 361 172 331 0 61 12 5 470 121 107
Binary 11110001 1111010 11011001 0 110001 1010 101 100111000 1010001 1000111

Color Harmonies of #F17AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17AD9

Black with #F17AD9

Text Example


Text Example

White with #F17AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17AD9; }

 p { color: rgb(241,122,217); }

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

background-color css

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

 a { background-color: rgb(241,122,217); }

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

border-color css

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

 span { border-color: rgb(241,122,217); }

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