Html Css Color HEX #F48EDE Pale Magenta

📋 copy color: '#F48EDE'

red 244 ◦ green 142 ◦ blue 222

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

Shades of Pale Magenta #F48EDE

Tints of Pale Magenta #F48EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.51%

R = 40.13%
G = 23.36%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F48EDE (or 0xF48EDE) is known color: Pale Magenta. HEX triplet: F4, 8E and DE. RGB value is (244,142,222). Sum of RGB (Red+Green+Blue) = 244+142+222=608 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.13% from 608); Green value is 142 (55.86% from 255 or 23.36% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 244 - color contains mainly: red. Hex color #F48EDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48EDE is #0B7121. Grayscale: #B5B5B5. Windows color (decimal): -749858 or 14585588. OLE color: 14585588.

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

Color convert

RGB 244 142 222 -
CMYK 0 0.42 0.09 0.04
HSL 312.94º 0.82% 0.76% -
HSV(B) 312.94º 0.42% 0.96% -
XYZ 60.17 43.85 74.4 -
YUV 181.62 150.79 172.5 -
System Red Green Blue C M Y K H S L
Decimal 244 142 222 0 0.42 0.09 0.04 312.94 0.82 0.76
Hex F4 8E DE 0 2A 9 4 139 52 4C
Octal 364 216 336 0 52 11 4 471 122 114
Binary 11110100 10001110 11011110 0 101010 1001 100 100111001 1010010 1001100

Color Harmonies of #F48EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48EDE

Black with #F48EDE

Text Example


Text Example

White with #F48EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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