Html Css Color HEX #F18CDA Pale Magenta

📋 copy color: '#F18CDA'

red 241 ◦ green 140 ◦ blue 218

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

Shades of Pale Magenta #F18CDA

Tints of Pale Magenta #F18CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.39%

R = 40.23%
G = 23.37%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F18CDA (or 0xF18CDA) is known color: Pale Magenta. HEX triplet: F1, 8C and DA. RGB value is (241,140,218). Sum of RGB (Red+Green+Blue) = 241+140+218=599 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.23% from 599); Green value is 140 (55.08% from 255 or 23.37% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 241 - color contains mainly: red. Hex color #F18CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18CDA is #0E7325. Grayscale: #B2B2B2. Windows color (decimal): -946982 or 14322929. OLE color: 14322929.

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

Color convert

RGB 241 140 218 -
CMYK 0 0.42 0.10 0.05
HSL 313.66º 0.78% 0.75% -
HSV(B) 313.66º 0.42% 0.95% -
XYZ 58.31 42.52 71.46 -
YUV 179.09 149.96 172.16 -
System Red Green Blue C M Y K H S L
Decimal 241 140 218 0 0.42 0.10 0.05 313.66 0.78 0.75
Hex F1 8C DA 0 2A A 5 13A 4E 4B
Octal 361 214 332 0 52 12 5 472 116 113
Binary 11110001 10001100 11011010 0 101010 1010 101 100111010 1001110 1001011

Color Harmonies of #F18CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18CDA

Black with #F18CDA

Text Example


Text Example

White with #F18CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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