Html Css Color HEX #F17DD8 Pale Magenta

📋 copy color: '#F17DD8'

red 241 ◦ green 125 ◦ blue 216

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

Shades of Pale Magenta #F17DD8

Tints of Pale Magenta #F17DD8

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.48%

 BLUE value IS 216 (84.77% from 255) = 37.11%

R = 41.41%
G = 21.48%
B = 37.11%

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

#F17DD8 (or 0xF17DD8) is known color: Pale Magenta. HEX triplet: F1, 7D and D8. RGB value is (241,125,216). Sum of RGB (Red+Green+Blue) = 241+125+216=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 125 (49.22% from 255 or 21.48% from 582); Blue value is 216 (84.77% from 255 or 37.11% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F17DD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17DD8 is #0E8227. Grayscale: #A9A9A9. Windows color (decimal): -950824 or 14188017. OLE color: 14188017.

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

Color convert

RGB 241 125 216 -
CMYK 0 0.48 0.10 0.05
HSL 312.93º 0.81% 0.72% -
HSV(B) 312.93º 0.48% 0.95% -
XYZ 56 38.33 69.41 -
YUV 170.06 153.93 178.6 -
System Red Green Blue C M Y K H S L
Decimal 241 125 216 0 0.48 0.10 0.05 312.93 0.81 0.72
Hex F1 7D D8 0 30 A 5 139 51 48
Octal 361 175 330 0 60 12 5 471 121 110
Binary 11110001 1111101 11011000 0 110000 1010 101 100111001 1010001 1001000

Color Harmonies of #F17DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17DD8

Black with #F17DD8

Text Example


Text Example

White with #F17DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17DD8; }

 p { color: rgb(241,125,216); }

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

background-color css

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

 a { background-color: rgb(241,125,216); }

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

border-color css

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

 span { border-color: rgb(241,125,216); }

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