Html Css Color HEX #F18DDB Pale Magenta

📋 copy color: '#F18DDB'

red 241 ◦ green 141 ◦ blue 219

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

Shades of Pale Magenta #F18DDB

Tints of Pale Magenta #F18DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.44%

R = 40.1%
G = 23.46%
B = 36.44%

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

#F18DDB (or 0xF18DDB) is known color: Pale Magenta. HEX triplet: F1, 8D and DB. RGB value is (241,141,219). Sum of RGB (Red+Green+Blue) = 241+141+219=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 141 (55.47% from 255 or 23.46% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 241 - color contains mainly: red. Hex color #F18DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18DDB is #0E7224. Grayscale: #B3B3B3. Windows color (decimal): -946725 or 14388721. OLE color: 14388721.

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

Color convert

RGB 241 141 219 -
CMYK 0 0.41 0.09 0.05
HSL 313.2º 0.78% 0.75% -
HSV(B) 313.2º 0.41% 0.95% -
XYZ 58.59 42.87 72.2 -
YUV 179.79 150.13 171.66 -
System Red Green Blue C M Y K H S L
Decimal 241 141 219 0 0.41 0.09 0.05 313.2 0.78 0.75
Hex F1 8D DB 0 29 9 5 139 4E 4B
Octal 361 215 333 0 51 11 5 471 116 113
Binary 11110001 10001101 11011011 0 101001 1001 101 100111001 1001110 1001011

Color Harmonies of #F18DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18DDB

Black with #F18DDB

Text Example


Text Example

White with #F18DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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