Html Css Color HEX #F18CDD Pale Magenta

📋 copy color: '#F18CDD'

red 241 ◦ green 140 ◦ blue 221

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

Shades of Pale Magenta #F18CDD

Tints of Pale Magenta #F18CDD

RGB

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

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

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

R = 40.03%
G = 23.26%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F18CDD (or 0xF18CDD) is known color: Pale Magenta. HEX triplet: F1, 8C and DD. RGB value is (241,140,221). Sum of RGB (Red+Green+Blue) = 241+140+221=602 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.03% from 602); Green value is 140 (55.08% from 255 or 23.26% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 241 - color contains mainly: red. Hex color #F18CDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18CDD is #0E7322. Grayscale: #B3B3B3. Windows color (decimal): -946979 or 14519537. OLE color: 14519537.

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

Color convert

RGB 241 140 221 -
CMYK 0 0.42 0.08 0.05
HSL 311.88º 0.78% 0.75% -
HSV(B) 311.88º 0.42% 0.95% -
XYZ 58.7 42.68 73.55 -
YUV 179.43 151.46 171.91 -
System Red Green Blue C M Y K H S L
Decimal 241 140 221 0 0.42 0.08 0.05 311.88 0.78 0.75
Hex F1 8C DD 0 2A 8 5 138 4E 4B
Octal 361 214 335 0 52 10 5 470 116 113
Binary 11110001 10001100 11011101 0 101010 1000 101 100111000 1001110 1001011

Color Harmonies of #F18CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18CDD

Black with #F18CDD

Text Example


Text Example

White with #F18CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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