Html Css Color HEX #F48DDD Pale Magenta

📋 copy color: '#F48DDD'

red 244 ◦ green 141 ◦ blue 221

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

Shades of Pale Magenta #F48DDD

Tints of Pale Magenta #F48DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.47%

R = 40.26%
G = 23.27%
B = 36.47%

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

#F48DDD (or 0xF48DDD) is known color: Pale Magenta. HEX triplet: F4, 8D and DD. RGB value is (244,141,221). Sum of RGB (Red+Green+Blue) = 244+141+221=606 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.26% from 606); Green value is 141 (55.47% from 255 or 23.27% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 244 - color contains mainly: red. Hex color #F48DDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48DDD is #0B7222. Grayscale: #B4B4B4. Windows color (decimal): -750115 or 14519796. OLE color: 14519796.

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

Color convert

RGB 244 141 221 -
CMYK 0 0.42 0.09 0.04
HSL 313.4º 0.82% 0.75% -
HSV(B) 313.4º 0.42% 0.96% -
XYZ 59.88 43.5 73.65 -
YUV 180.92 150.62 173 -
System Red Green Blue C M Y K H S L
Decimal 244 141 221 0 0.42 0.09 0.04 313.4 0.82 0.75
Hex F4 8D DD 0 2A 9 4 139 52 4B
Octal 364 215 335 0 52 11 4 471 122 113
Binary 11110100 10001101 11011101 0 101010 1001 100 100111001 1010010 1001011

Color Harmonies of #F48DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48DDD

Black with #F48DDD

Text Example


Text Example

White with #F48DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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