Html Css Color HEX #F18DD5 Pale Magenta

📋 copy color: '#F18DD5'

red 241 ◦ green 141 ◦ blue 213

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

Shades of Pale Magenta #F18DD5

Tints of Pale Magenta #F18DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.8%

R = 40.5%
G = 23.7%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F18DD5 (or 0xF18DD5) is known color: Pale Magenta. HEX triplet: F1, 8D and D5. RGB value is (241,141,213). Sum of RGB (Red+Green+Blue) = 241+141+213=595 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.50% from 595); Green value is 141 (55.47% from 255 or 23.70% from 595); Blue value is 213 (83.59% from 255 or 35.80% from 595); Max value from RGB is 241 - color contains mainly: red. Hex color #F18DD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18DD5 is #0E722A. Grayscale: #B2B2B2. Windows color (decimal): -946731 or 13995505. OLE color: 13995505.

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

Color convert

RGB 241 141 213 -
CMYK 0 0.41 0.12 0.05
HSL 316.8º 0.78% 0.75% -
HSV(B) 316.8º 0.41% 0.95% -
XYZ 57.81 42.55 68.12 -
YUV 179.11 147.13 172.15 -
System Red Green Blue C M Y K H S L
Decimal 241 141 213 0 0.41 0.12 0.05 316.8 0.78 0.75
Hex F1 8D D5 0 29 C 5 13D 4E 4B
Octal 361 215 325 0 51 14 5 475 116 113
Binary 11110001 10001101 11010101 0 101001 1100 101 100111101 1001110 1001011

Color Harmonies of #F18DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18DD5

Black with #F18DD5

Text Example


Text Example

White with #F18DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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