Html Css Color HEX #F18CDF Pale Magenta

📋 copy color: '#F18CDF'

red 241 ◦ green 140 ◦ blue 223

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

Shades of Pale Magenta #F18CDF

Tints of Pale Magenta #F18CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.92%

R = 39.9%
G = 23.18%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F18CDF (or 0xF18CDF) is known color: Pale Magenta. HEX triplet: F1, 8C and DF. RGB value is (241,140,223). Sum of RGB (Red+Green+Blue) = 241+140+223=604 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.90% from 604); Green value is 140 (55.08% from 255 or 23.18% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 241 - color contains mainly: red. Hex color #F18CDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18CDF is #0E7320. Grayscale: #B3B3B3. Windows color (decimal): -946977 or 14650609. OLE color: 14650609.

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

Color convert

RGB 241 140 223 -
CMYK 0 0.42 0.07 0.05
HSL 310.69º 0.78% 0.75% -
HSV(B) 310.69º 0.42% 0.95% -
XYZ 58.97 42.78 74.96 -
YUV 179.66 152.46 171.75 -
System Red Green Blue C M Y K H S L
Decimal 241 140 223 0 0.42 0.07 0.05 310.69 0.78 0.75
Hex F1 8C DF 0 2A 7 5 137 4E 4B
Octal 361 214 337 0 52 7 5 467 116 113
Binary 11110001 10001100 11011111 0 101010 111 101 100110111 1001110 1001011

Color Harmonies of #F18CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18CDF

Black with #F18CDF

Text Example


Text Example

White with #F18CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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