Html Css Color HEX #F08EDC Pale Magenta

📋 copy color: '#F08EDC'

red 240 ◦ green 142 ◦ blue 220

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

Shades of Pale Magenta #F08EDC

Tints of Pale Magenta #F08EDC

RGB

 RED value IS 240 (94.14% from 255) = 39.87%

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

 BLUE value IS 220 (86.33% from 255) = 36.54%

R = 39.87%
G = 23.59%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F08EDC (or 0xF08EDC) is known color: Pale Magenta. HEX triplet: F0, 8E and DC. RGB value is (240,142,220). Sum of RGB (Red+Green+Blue) = 240+142+220=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 142 (55.86% from 255 or 23.59% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 240 - color contains mainly: red. Hex color #F08EDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08EDC is #0F7123. Grayscale: #B3B3B3. Windows color (decimal): -1012004 or 14454512. OLE color: 14454512.

HSL color Cylindrical-coordinate representation of color #F08EDC: hue angle of 312.24º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F08EDC is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 142 220 -
CMYK 0 0.41 0.08 0.06
HSL 312.24º 0.77% 0.75% -
HSV(B) 312.24º 0.41% 0.94% -
XYZ 58.53 43.04 72.93 -
YUV 180.19 150.47 170.66 -
System Red Green Blue C M Y K H S L
Decimal 240 142 220 0 0.41 0.08 0.06 312.24 0.77 0.75
Hex F0 8E DC 0 29 8 6 138 4D 4B
Octal 360 216 334 0 51 10 6 470 115 113
Binary 11110000 10001110 11011100 0 101001 1000 110 100111000 1001101 1001011

Color Harmonies of #F08EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08EDC

Black with #F08EDC

Text Example


Text Example

White with #F08EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08EDC; }

 p { color: rgb(240,142,220); }

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

background-color css

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

 a { background-color: rgb(240,142,220); }

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

border-color css

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

 span { border-color: rgb(240,142,220); }

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