Html Css Color HEX #F48EDC Pale Magenta

📋 copy color: '#F48EDC'

red 244 ◦ green 142 ◦ blue 220

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

Shades of Pale Magenta #F48EDC

Tints of Pale Magenta #F48EDC

RGB

 RED value IS 244 (95.7% from 255) = 40.26%

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

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

R = 40.26%
G = 23.43%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F48EDC (or 0xF48EDC) is known color: Pale Magenta. HEX triplet: F4, 8E and DC. RGB value is (244,142,220). Sum of RGB (Red+Green+Blue) = 244+142+220=606 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.26% from 606); Green value is 142 (55.86% from 255 or 23.43% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 244 - color contains mainly: red. Hex color #F48EDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48EDC is #0B7123. Grayscale: #B5B5B5. Windows color (decimal): -749860 or 14454516. OLE color: 14454516.

HSL color Cylindrical-coordinate representation of color #F48EDC: hue angle of 314.12º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F48EDC is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 142 220 -
CMYK 0 0.42 0.10 0.04
HSL 314.12º 0.82% 0.76% -
HSV(B) 314.12º 0.42% 0.96% -
XYZ 59.9 43.75 73 -
YUV 181.39 149.79 172.66 -
System Red Green Blue C M Y K H S L
Decimal 244 142 220 0 0.42 0.10 0.04 314.12 0.82 0.76
Hex F4 8E DC 0 2A A 4 13A 52 4C
Octal 364 216 334 0 52 12 4 472 122 114
Binary 11110100 10001110 11011100 0 101010 1010 100 100111010 1010010 1001100

Color Harmonies of #F48EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48EDC

Black with #F48EDC

Text Example


Text Example

White with #F48EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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