Html Css Color HEX #F17AD6 Pale Magenta

📋 copy color: '#F17AD6'

red 241 ◦ green 122 ◦ blue 214

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

Shades of Pale Magenta #F17AD6

Tints of Pale Magenta #F17AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.09%

R = 41.77%
G = 21.14%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F17AD6 (or 0xF17AD6) is known color: Pale Magenta. HEX triplet: F1, 7A and D6. RGB value is (241,122,214). Sum of RGB (Red+Green+Blue) = 241+122+214=577 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.77% from 577); Green value is 122 (48.05% from 255 or 21.14% from 577); Blue value is 214 (83.98% from 255 or 37.09% from 577); Max value from RGB is 241 - color contains mainly: red. Hex color #F17AD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17AD6 is #0E8529. Grayscale: #A7A7A7. Windows color (decimal): -951594 or 14056177. OLE color: 14056177.

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

Color convert

RGB 241 122 214 -
CMYK 0 0.49 0.11 0.05
HSL 313.61º 0.81% 0.71% -
HSV(B) 313.61º 0.49% 0.95% -
XYZ 55.37 37.47 67.93 -
YUV 168.07 153.92 180.02 -
System Red Green Blue C M Y K H S L
Decimal 241 122 214 0 0.49 0.11 0.05 313.61 0.81 0.71
Hex F1 7A D6 0 31 B 5 13A 51 47
Octal 361 172 326 0 61 13 5 472 121 107
Binary 11110001 1111010 11010110 0 110001 1011 101 100111010 1010001 1000111

Color Harmonies of #F17AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17AD6

Black with #F17AD6

Text Example


Text Example

White with #F17AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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