Html Css Color HEX #F18ED6 Pale Magenta

📋 copy color: '#F18ED6'

red 241 ◦ green 142 ◦ blue 214

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

Shades of Pale Magenta #F18ED6

Tints of Pale Magenta #F18ED6

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.79%

 BLUE value IS 214 (83.98% from 255) = 35.85%

R = 40.37%
G = 23.79%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F18ED6 (or 0xF18ED6) is known color: Pale Magenta. HEX triplet: F1, 8E and D6. RGB value is (241,142,214). Sum of RGB (Red+Green+Blue) = 241+142+214=597 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.37% from 597); Green value is 142 (55.86% from 255 or 23.79% from 597); Blue value is 214 (83.98% from 255 or 35.85% from 597); Max value from RGB is 241 - color contains mainly: red. Hex color #F18ED6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18ED6 is #0E7129. Grayscale: #B3B3B3. Windows color (decimal): -946474 or 14061297. OLE color: 14061297.

HSL color Cylindrical-coordinate representation of color #F18ED6: hue angle of 316.36º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F18ED6 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 142 214 -
CMYK 0 0.41 0.11 0.05
HSL 316.36º 0.78% 0.75% -
HSV(B) 316.36º 0.41% 0.95% -
XYZ 58.09 42.9 68.84 -
YUV 179.81 147.3 171.65 -
System Red Green Blue C M Y K H S L
Decimal 241 142 214 0 0.41 0.11 0.05 316.36 0.78 0.75
Hex F1 8E D6 0 29 B 5 13C 4E 4B
Octal 361 216 326 0 51 13 5 474 116 113
Binary 11110001 10001110 11010110 0 101001 1011 101 100111100 1001110 1001011

Color Harmonies of #F18ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18ED6

Black with #F18ED6

Text Example


Text Example

White with #F18ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18ED6; }

 p { color: rgb(241,142,214); }

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

background-color css

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

 a { background-color: rgb(241,142,214); }

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

border-color css

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

 span { border-color: rgb(241,142,214); }

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