Html Css Color HEX #F48BDA Pale Magenta

📋 copy color: '#F48BDA'

red 244 ◦ green 139 ◦ blue 218

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

Shades of Pale Magenta #F48BDA

Tints of Pale Magenta #F48BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.27%

R = 40.6%
G = 23.13%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F48BDA (or 0xF48BDA) is known color: Pale Magenta. HEX triplet: F4, 8B and DA. RGB value is (244,139,218). Sum of RGB (Red+Green+Blue) = 244+139+218=601 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.60% from 601); Green value is 139 (54.69% from 255 or 23.13% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 244 - color contains mainly: red. Hex color #F48BDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48BDA is #0B7425. Grayscale: #B3B3B3. Windows color (decimal): -750630 or 14322676. OLE color: 14322676.

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

Color convert

RGB 244 139 218 -
CMYK 0 0.43 0.11 0.04
HSL 314.86º 0.83% 0.75% -
HSV(B) 314.86º 0.43% 0.96% -
XYZ 59.2 42.76 71.46 -
YUV 179.4 149.79 174.08 -
System Red Green Blue C M Y K H S L
Decimal 244 139 218 0 0.43 0.11 0.04 314.86 0.83 0.75
Hex F4 8B DA 0 2B B 4 13B 53 4B
Octal 364 213 332 0 53 13 4 473 123 113
Binary 11110100 10001011 11011010 0 101011 1011 100 100111011 1010011 1001011

Color Harmonies of #F48BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48BDA

Black with #F48BDA

Text Example


Text Example

White with #F48BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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