Html Css Color HEX #F18CDC Pale Magenta

📋 copy color: '#F18CDC'

red 241 ◦ green 140 ◦ blue 220

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

Shades of Pale Magenta #F18CDC

Tints of Pale Magenta #F18CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.61%

R = 40.1%
G = 23.29%
B = 36.61%

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

#F18CDC (or 0xF18CDC) is known color: Pale Magenta. HEX triplet: F1, 8C and DC. RGB value is (241,140,220). Sum of RGB (Red+Green+Blue) = 241+140+220=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 140 (55.08% from 255 or 23.29% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 241 - color contains mainly: red. Hex color #F18CDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18CDC is #0E7323. Grayscale: #B3B3B3. Windows color (decimal): -946980 or 14454001. OLE color: 14454001.

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

Color convert

RGB 241 140 220 -
CMYK 0 0.42 0.09 0.05
HSL 312.48º 0.78% 0.75% -
HSV(B) 312.48º 0.42% 0.95% -
XYZ 58.57 42.62 72.85 -
YUV 179.32 150.96 172 -
System Red Green Blue C M Y K H S L
Decimal 241 140 220 0 0.42 0.09 0.05 312.48 0.78 0.75
Hex F1 8C DC 0 2A 9 5 138 4E 4B
Octal 361 214 334 0 52 11 5 470 116 113
Binary 11110001 10001100 11011100 0 101010 1001 101 100111000 1001110 1001011

Color Harmonies of #F18CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18CDC

Black with #F18CDC

Text Example


Text Example

White with #F18CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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