Html Css Color HEX #F17AD5 Pale Magenta

📋 copy color: '#F17AD5'

red 241 ◦ green 122 ◦ blue 213

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

Shades of Pale Magenta #F17AD5

Tints of Pale Magenta #F17AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.98%

R = 41.84%
G = 21.18%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F17AD5 (or 0xF17AD5) is known color: Pale Magenta. HEX triplet: F1, 7A and D5. RGB value is (241,122,213). Sum of RGB (Red+Green+Blue) = 241+122+213=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 122 (48.05% from 255 or 21.18% from 576); Blue value is 213 (83.59% from 255 or 36.98% from 576); Max value from RGB is 241 - color contains mainly: red. Hex color #F17AD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17AD5 is #0E852A. Grayscale: #A7A7A7. Windows color (decimal): -951595 or 13990641. OLE color: 13990641.

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

Color convert

RGB 241 122 213 -
CMYK 0 0.49 0.12 0.05
HSL 314.12º 0.81% 0.71% -
HSV(B) 314.12º 0.49% 0.95% -
XYZ 55.25 37.42 67.26 -
YUV 167.96 153.42 180.1 -
System Red Green Blue C M Y K H S L
Decimal 241 122 213 0 0.49 0.12 0.05 314.12 0.81 0.71
Hex F1 7A D5 0 31 C 5 13A 51 47
Octal 361 172 325 0 61 14 5 472 121 107
Binary 11110001 1111010 11010101 0 110001 1100 101 100111010 1010001 1000111

Color Harmonies of #F17AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17AD5

Black with #F17AD5

Text Example


Text Example

White with #F17AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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