Html Css Color HEX #F48DDC Pale Magenta

📋 copy color: '#F48DDC'

red 244 ◦ green 141 ◦ blue 220

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

Shades of Pale Magenta #F48DDC

Tints of Pale Magenta #F48DDC

RGB

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

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

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

R = 40.33%
G = 23.31%
B = 36.36%

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

#F48DDC (or 0xF48DDC) is known color: Pale Magenta. HEX triplet: F4, 8D and DC. RGB value is (244,141,220). Sum of RGB (Red+Green+Blue) = 244+141+220=605 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.33% from 605); Green value is 141 (55.47% from 255 or 23.31% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 244 - color contains mainly: red. Hex color #F48DDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48DDC is #0B7223. Grayscale: #B4B4B4. Windows color (decimal): -750116 or 14454260. OLE color: 14454260.

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

Color convert

RGB 244 141 220 -
CMYK 0 0.42 0.10 0.04
HSL 313.98º 0.82% 0.75% -
HSV(B) 313.98º 0.42% 0.96% -
XYZ 59.75 43.45 72.95 -
YUV 180.8 150.12 173.08 -
System Red Green Blue C M Y K H S L
Decimal 244 141 220 0 0.42 0.10 0.04 313.98 0.82 0.75
Hex F4 8D DC 0 2A A 4 13A 52 4B
Octal 364 215 334 0 52 12 4 472 122 113
Binary 11110100 10001101 11011100 0 101010 1010 100 100111010 1010010 1001011

Color Harmonies of #F48DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48DDC

Black with #F48DDC

Text Example


Text Example

White with #F48DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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