Html Css Color HEX #F48DDE Pale Magenta

📋 copy color: '#F48DDE'

red 244 ◦ green 141 ◦ blue 222

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

Shades of Pale Magenta #F48DDE

Tints of Pale Magenta #F48DDE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.23%

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

R = 40.2%
G = 23.23%
B = 36.57%

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

#F48DDE (or 0xF48DDE) is known color: Pale Magenta. HEX triplet: F4, 8D and DE. RGB value is (244,141,222). Sum of RGB (Red+Green+Blue) = 244+141+222=607 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.20% from 607); Green value is 141 (55.47% from 255 or 23.23% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 244 - color contains mainly: red. Hex color #F48DDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48DDE is #0B7221. Grayscale: #B4B4B4. Windows color (decimal): -750114 or 14585332. OLE color: 14585332.

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

Color convert

RGB 244 141 222 -
CMYK 0 0.42 0.09 0.04
HSL 312.82º 0.82% 0.75% -
HSV(B) 312.82º 0.42% 0.96% -
XYZ 60.02 43.56 74.35 -
YUV 181.03 151.12 172.91 -
System Red Green Blue C M Y K H S L
Decimal 244 141 222 0 0.42 0.09 0.04 312.82 0.82 0.75
Hex F4 8D DE 0 2A 9 4 139 52 4B
Octal 364 215 336 0 52 11 4 471 122 113
Binary 11110100 10001101 11011110 0 101010 1001 100 100111001 1010010 1001011

Color Harmonies of #F48DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48DDE

Black with #F48DDE

Text Example


Text Example

White with #F48DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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