Html Css Color HEX #F18CDB Pale Magenta

📋 copy color: '#F18CDB'

red 241 ◦ green 140 ◦ blue 219

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

Shades of Pale Magenta #F18CDB

Tints of Pale Magenta #F18CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.33%

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

R = 40.17%
G = 23.33%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F18CDB (or 0xF18CDB) is known color: Pale Magenta. HEX triplet: F1, 8C and DB. RGB value is (241,140,219). Sum of RGB (Red+Green+Blue) = 241+140+219=600 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.17% from 600); Green value is 140 (55.08% from 255 or 23.33% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 241 - color contains mainly: red. Hex color #F18CDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18CDB is #0E7324. Grayscale: #B2B2B2. Windows color (decimal): -946981 or 14388465. OLE color: 14388465.

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

Color convert

RGB 241 140 219 -
CMYK 0 0.42 0.09 0.05
HSL 313.07º 0.78% 0.75% -
HSV(B) 313.07º 0.42% 0.95% -
XYZ 58.44 42.57 72.15 -
YUV 179.21 150.46 172.08 -
System Red Green Blue C M Y K H S L
Decimal 241 140 219 0 0.42 0.09 0.05 313.07 0.78 0.75
Hex F1 8C DB 0 2A 9 5 139 4E 4B
Octal 361 214 333 0 52 11 5 471 116 113
Binary 11110001 10001100 11011011 0 101010 1001 101 100111001 1001110 1001011

Color Harmonies of #F18CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18CDB

Black with #F18CDB

Text Example


Text Example

White with #F18CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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