Html Css Color HEX #F17CDA Pale Magenta

📋 copy color: '#F17CDA'

red 241 ◦ green 124 ◦ blue 218

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

Shades of Pale Magenta #F17CDA

Tints of Pale Magenta #F17CDA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.27%

 BLUE value IS 218 (85.55% from 255) = 37.39%

R = 41.34%
G = 21.27%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F17CDA (or 0xF17CDA) is known color: Pale Magenta. HEX triplet: F1, 7C and DA. RGB value is (241,124,218). Sum of RGB (Red+Green+Blue) = 241+124+218=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 124 (48.83% from 255 or 21.27% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 241 - color contains mainly: red. Hex color #F17CDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17CDA is #0E8325. Grayscale: #A9A9A9. Windows color (decimal): -951078 or 14318833. OLE color: 14318833.

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

Color convert

RGB 241 124 218 -
CMYK 0 0.49 0.10 0.05
HSL 311.79º 0.81% 0.72% -
HSV(B) 311.79º 0.49% 0.95% -
XYZ 56.14 38.18 70.74 -
YUV 169.7 155.26 178.86 -
System Red Green Blue C M Y K H S L
Decimal 241 124 218 0 0.49 0.10 0.05 311.79 0.81 0.72
Hex F1 7C DA 0 31 A 5 138 51 48
Octal 361 174 332 0 61 12 5 470 121 110
Binary 11110001 1111100 11011010 0 110001 1010 101 100111000 1010001 1001000

Color Harmonies of #F17CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17CDA

Black with #F17CDA

Text Example


Text Example

White with #F17CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17CDA; }

 p { color: rgb(241,124,218); }

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

background-color css

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

 a { background-color: rgb(241,124,218); }

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

border-color css

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

 span { border-color: rgb(241,124,218); }

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