Html Css Color HEX #F18CDE Pale Magenta

📋 copy color: '#F18CDE'

red 241 ◦ green 140 ◦ blue 222

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

Shades of Pale Magenta #F18CDE

Tints of Pale Magenta #F18CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.82%

R = 39.97%
G = 23.22%
B = 36.82%

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

#F18CDE (or 0xF18CDE) is known color: Pale Magenta. HEX triplet: F1, 8C and DE. RGB value is (241,140,222). Sum of RGB (Red+Green+Blue) = 241+140+222=603 (79% of max value = 765). Red value is 241 (94.53% from 255 or 39.97% from 603); Green value is 140 (55.08% from 255 or 23.22% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 241 - color contains mainly: red. Hex color #F18CDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18CDE is #0E7321. Grayscale: #B3B3B3. Windows color (decimal): -946978 or 14585073. OLE color: 14585073.

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

Color convert

RGB 241 140 222 -
CMYK 0 0.42 0.08 0.05
HSL 311.29º 0.78% 0.75% -
HSV(B) 311.29º 0.42% 0.95% -
XYZ 58.84 42.73 74.25 -
YUV 179.55 151.96 171.83 -
System Red Green Blue C M Y K H S L
Decimal 241 140 222 0 0.42 0.08 0.05 311.29 0.78 0.75
Hex F1 8C DE 0 2A 8 5 137 4E 4B
Octal 361 214 336 0 52 10 5 467 116 113
Binary 11110001 10001100 11011110 0 101010 1000 101 100110111 1001110 1001011

Color Harmonies of #F18CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18CDE

Black with #F18CDE

Text Example


Text Example

White with #F18CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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