Html Css Color HEX #F48BDD Pale Magenta

📋 copy color: '#F48BDD'

red 244 ◦ green 139 ◦ blue 221

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

Shades of Pale Magenta #F48BDD

Tints of Pale Magenta #F48BDD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.01%

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

R = 40.4%
G = 23.01%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F48BDD (or 0xF48BDD) is known color: Pale Magenta. HEX triplet: F4, 8B and DD. RGB value is (244,139,221). Sum of RGB (Red+Green+Blue) = 244+139+221=604 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.40% from 604); Green value is 139 (54.69% from 255 or 23.01% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 244 - color contains mainly: red. Hex color #F48BDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48BDD is #0B7422. Grayscale: #B3B3B3. Windows color (decimal): -750627 or 14519284. OLE color: 14519284.

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

Color convert

RGB 244 139 221 -
CMYK 0 0.43 0.09 0.04
HSL 313.14º 0.83% 0.75% -
HSV(B) 313.14º 0.43% 0.96% -
XYZ 59.59 42.92 73.55 -
YUV 179.74 151.29 173.83 -
System Red Green Blue C M Y K H S L
Decimal 244 139 221 0 0.43 0.09 0.04 313.14 0.83 0.75
Hex F4 8B DD 0 2B 9 4 139 53 4B
Octal 364 213 335 0 53 11 4 471 123 113
Binary 11110100 10001011 11011101 0 101011 1001 100 100111001 1010011 1001011

Color Harmonies of #F48BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48BDD

Black with #F48BDD

Text Example


Text Example

White with #F48BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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