Html Css Color HEX #F18DDE Pale Magenta

📋 copy color: '#F18DDE'

red 241 ◦ green 141 ◦ blue 222

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

Shades of Pale Magenta #F18DDE

Tints of Pale Magenta #F18DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.75%

R = 39.9%
G = 23.34%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F18DDE (or 0xF18DDE) is known color: Pale Magenta. HEX triplet: F1, 8D and DE. RGB value is (241,141,222). Sum of RGB (Red+Green+Blue) = 241+141+222=604 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.90% from 604); Green value is 141 (55.47% from 255 or 23.34% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 241 - color contains mainly: red. Hex color #F18DDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18DDE is #0E7221. Grayscale: #B3B3B3. Windows color (decimal): -946722 or 14585329. OLE color: 14585329.

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

Color convert

RGB 241 141 222 -
CMYK 0 0.41 0.08 0.05
HSL 311.4º 0.78% 0.75% -
HSV(B) 311.4º 0.41% 0.95% -
XYZ 58.99 43.02 74.3 -
YUV 180.13 151.63 171.41 -
System Red Green Blue C M Y K H S L
Decimal 241 141 222 0 0.41 0.08 0.05 311.4 0.78 0.75
Hex F1 8D DE 0 29 8 5 137 4E 4B
Octal 361 215 336 0 51 10 5 467 116 113
Binary 11110001 10001101 11011110 0 101001 1000 101 100110111 1001110 1001011

Color Harmonies of #F18DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18DDE

Black with #F18DDE

Text Example


Text Example

White with #F18DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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