Html Css Color HEX #F17DD2 Pale Magenta

📋 copy color: '#F17DD2'

red 241 ◦ green 125 ◦ blue 210

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

Shades of Pale Magenta #F17DD2

Tints of Pale Magenta #F17DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.46%

R = 41.84%
G = 21.7%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F17DD2 (or 0xF17DD2) is known color: Pale Magenta. HEX triplet: F1, 7D and D2. RGB value is (241,125,210). Sum of RGB (Red+Green+Blue) = 241+125+210=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 125 (49.22% from 255 or 21.70% from 576); Blue value is 210 (82.42% from 255 or 36.46% from 576); Max value from RGB is 241 - color contains mainly: red. Hex color #F17DD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17DD2 is #0E822D. Grayscale: #A9A9A9. Windows color (decimal): -950830 or 13794801. OLE color: 13794801.

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

Color convert

RGB 241 125 210 -
CMYK 0 0.48 0.13 0.05
HSL 316.03º 0.81% 0.72% -
HSV(B) 316.03º 0.48% 0.95% -
XYZ 55.24 38.02 65.4 -
YUV 169.37 150.93 179.09 -
System Red Green Blue C M Y K H S L
Decimal 241 125 210 0 0.48 0.13 0.05 316.03 0.81 0.72
Hex F1 7D D2 0 30 D 5 13C 51 48
Octal 361 175 322 0 60 15 5 474 121 110
Binary 11110001 1111101 11010010 0 110000 1101 101 100111100 1010001 1001000

Color Harmonies of #F17DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17DD2

Black with #F17DD2

Text Example


Text Example

White with #F17DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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