Html Css Color HEX #F17FDD Pale Magenta

📋 copy color: '#F17FDD'

red 241 ◦ green 127 ◦ blue 221

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

Shades of Pale Magenta #F17FDD

Tints of Pale Magenta #F17FDD

RGB

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

 GREEN value IS 127 (50% from 255) = 21.56%

 BLUE value IS 221 (86.72% from 255) = 37.52%

R = 40.92%
G = 21.56%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F17FDD (or 0xF17FDD) is known color: Pale Magenta. HEX triplet: F1, 7F and DD. RGB value is (241,127,221). Sum of RGB (Red+Green+Blue) = 241+127+221=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 127 (50% from 255 or 21.56% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F17FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17FDD is #0E8022. Grayscale: #ABABAB. Windows color (decimal): -950307 or 14516209. OLE color: 14516209.

HSL color Cylindrical-coordinate representation of color #F17FDD: hue angle of 310.53º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F17FDD is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 127 221 -
CMYK 0 0.47 0.08 0.05
HSL 310.53º 0.8% 0.72% -
HSV(B) 310.53º 0.47% 0.95% -
XYZ 56.92 39.1 72.95 -
YUV 171.8 155.77 177.36 -
System Red Green Blue C M Y K H S L
Decimal 241 127 221 0 0.47 0.08 0.05 310.53 0.8 0.72
Hex F1 7F DD 0 2F 8 5 137 50 48
Octal 361 177 335 0 57 10 5 467 120 110
Binary 11110001 1111111 11011101 0 101111 1000 101 100110111 1010000 1001000

Color Harmonies of #F17FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17FDD

Black with #F17FDD

Text Example


Text Example

White with #F17FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17FDD; }

 p { color: rgb(241,127,221); }

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

background-color css

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

 a { background-color: rgb(241,127,221); }

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

border-color css

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

 span { border-color: rgb(241,127,221); }

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