Html Css Color HEX #F18DDD Pale Magenta

📋 copy color: '#F18DDD'

red 241 ◦ green 141 ◦ blue 221

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

Shades of Pale Magenta #F18DDD

Tints of Pale Magenta #F18DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.65%

R = 39.97%
G = 23.38%
B = 36.65%

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

#F18DDD (or 0xF18DDD) is known color: Pale Magenta. HEX triplet: F1, 8D and DD. RGB value is (241,141,221). Sum of RGB (Red+Green+Blue) = 241+141+221=603 (79% of max value = 765). Red value is 241 (94.53% from 255 or 39.97% from 603); Green value is 141 (55.47% from 255 or 23.38% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 241 - color contains mainly: red. Hex color #F18DDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18DDD is #0E7222. Grayscale: #B3B3B3. Windows color (decimal): -946723 or 14519793. OLE color: 14519793.

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

Color convert

RGB 241 141 221 -
CMYK 0 0.41 0.08 0.05
HSL 312º 0.78% 0.75% -
HSV(B) 312º 0.41% 0.95% -
XYZ 58.85 42.97 73.6 -
YUV 180.02 151.13 171.5 -
System Red Green Blue C M Y K H S L
Decimal 241 141 221 0 0.41 0.08 0.05 312 0.78 0.75
Hex F1 8D DD 0 29 8 5 138 4E 4B
Octal 361 215 335 0 51 10 5 470 116 113
Binary 11110001 10001101 11011101 0 101001 1000 101 100111000 1001110 1001011

Color Harmonies of #F18DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18DDD

Black with #F18DDD

Text Example


Text Example

White with #F18DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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