Html Css Color HEX #F18EE6 Pale Magenta

📋 copy color: '#F18EE6'

red 241 ◦ green 142 ◦ blue 230

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

Shades of Pale Magenta #F18EE6

Tints of Pale Magenta #F18EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.52%

R = 39.31%
G = 23.16%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F18EE6 (or 0xF18EE6) is known color: Pale Magenta. HEX triplet: F1, 8E and E6. RGB value is (241,142,230). Sum of RGB (Red+Green+Blue) = 241+142+230=613 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.31% from 613); Green value is 142 (55.86% from 255 or 23.16% from 613); Blue value is 230 (90.23% from 255 or 37.52% from 613); Max value from RGB is 241 - color contains mainly: red. Hex color #F18EE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18EE6 is #0E7119. Grayscale: #B5B5B5. Windows color (decimal): -946458 or 15109873. OLE color: 15109873.

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

Color convert

RGB 241 142 230 -
CMYK 0 0.41 0.05 0.05
HSL 306.67º 0.78% 0.75% -
HSV(B) 306.67º 0.41% 0.95% -
XYZ 60.23 43.76 80.13 -
YUV 181.63 155.3 170.34 -
System Red Green Blue C M Y K H S L
Decimal 241 142 230 0 0.41 0.05 0.05 306.67 0.78 0.75
Hex F1 8E E6 0 29 5 5 133 4E 4B
Octal 361 216 346 0 51 5 5 463 116 113
Binary 11110001 10001110 11100110 0 101001 101 101 100110011 1001110 1001011

Color Harmonies of #F18EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18EE6

Black with #F18EE6

Text Example


Text Example

White with #F18EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18EE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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