Html Css Color HEX #F17ADE Pale Magenta

📋 copy color: '#F17ADE'

red 241 ◦ green 122 ◦ blue 222

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

Shades of Pale Magenta #F17ADE

Tints of Pale Magenta #F17ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.95%

R = 41.2%
G = 20.85%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F17ADE (or 0xF17ADE) is known color: Pale Magenta. HEX triplet: F1, 7A and DE. RGB value is (241,122,222). Sum of RGB (Red+Green+Blue) = 241+122+222=585 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.20% from 585); Green value is 122 (48.05% from 255 or 20.85% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 241 - color contains mainly: red. Hex color #F17ADE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17ADE is #0E8521. Grayscale: #A8A8A8. Windows color (decimal): -951586 or 14580465. OLE color: 14580465.

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

Color convert

RGB 241 122 222 -
CMYK 0 0.49 0.08 0.05
HSL 309.58º 0.81% 0.71% -
HSV(B) 309.58º 0.49% 0.95% -
XYZ 56.42 37.89 73.45 -
YUV 168.98 157.92 179.37 -
System Red Green Blue C M Y K H S L
Decimal 241 122 222 0 0.49 0.08 0.05 309.58 0.81 0.71
Hex F1 7A DE 0 31 8 5 136 51 47
Octal 361 172 336 0 61 10 5 466 121 107
Binary 11110001 1111010 11011110 0 110001 1000 101 100110110 1010001 1000111

Color Harmonies of #F17ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17ADE

Black with #F17ADE

Text Example


Text Example

White with #F17ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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