Html Css Color HEX #F18DDC Pale Magenta

📋 copy color: '#F18DDC'

red 241 ◦ green 141 ◦ blue 220

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

Shades of Pale Magenta #F18DDC

Tints of Pale Magenta #F18DDC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.42%

 BLUE value IS 220 (86.33% from 255) = 36.54%

R = 40.03%
G = 23.42%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F18DDC (or 0xF18DDC) is known color: Pale Magenta. HEX triplet: F1, 8D and DC. RGB value is (241,141,220). Sum of RGB (Red+Green+Blue) = 241+141+220=602 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.03% from 602); Green value is 141 (55.47% from 255 or 23.42% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 241 - color contains mainly: red. Hex color #F18DDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18DDC is #0E7223. Grayscale: #B3B3B3. Windows color (decimal): -946724 or 14454257. OLE color: 14454257.

HSL color Cylindrical-coordinate representation of color #F18DDC: hue angle of 312.6º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F18DDC is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 141 220 -
CMYK 0 0.41 0.09 0.05
HSL 312.6º 0.78% 0.75% -
HSV(B) 312.6º 0.41% 0.95% -
XYZ 58.72 42.92 72.9 -
YUV 179.91 150.63 171.58 -
System Red Green Blue C M Y K H S L
Decimal 241 141 220 0 0.41 0.09 0.05 312.6 0.78 0.75
Hex F1 8D DC 0 29 9 5 139 4E 4B
Octal 361 215 334 0 51 11 5 471 116 113
Binary 11110001 10001101 11011100 0 101001 1001 101 100111001 1001110 1001011

Color Harmonies of #F18DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18DDC

Black with #F18DDC

Text Example


Text Example

White with #F18DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18DDC; }

 p { color: rgb(241,141,220); }

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

background-color css

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

 a { background-color: rgb(241,141,220); }

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

border-color css

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

 span { border-color: rgb(241,141,220); }

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