Html Css Color HEX #F48BDC Pale Magenta

📋 copy color: '#F48BDC'

red 244 ◦ green 139 ◦ blue 220

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

Shades of Pale Magenta #F48BDC

Tints of Pale Magenta #F48BDC

RGB

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

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

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

R = 40.46%
G = 23.05%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F48BDC (or 0xF48BDC) is known color: Pale Magenta. HEX triplet: F4, 8B and DC. RGB value is (244,139,220). Sum of RGB (Red+Green+Blue) = 244+139+220=603 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.46% from 603); Green value is 139 (54.69% from 255 or 23.05% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 244 - color contains mainly: red. Hex color #F48BDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48BDC is #0B7423. Grayscale: #B3B3B3. Windows color (decimal): -750628 or 14453748. OLE color: 14453748.

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

Color convert

RGB 244 139 220 -
CMYK 0 0.43 0.10 0.04
HSL 313.71º 0.83% 0.75% -
HSV(B) 313.71º 0.43% 0.96% -
XYZ 59.46 42.87 72.85 -
YUV 179.63 150.79 173.91 -
System Red Green Blue C M Y K H S L
Decimal 244 139 220 0 0.43 0.10 0.04 313.71 0.83 0.75
Hex F4 8B DC 0 2B A 4 13A 53 4B
Octal 364 213 334 0 53 12 4 472 123 113
Binary 11110100 10001011 11011100 0 101011 1010 100 100111010 1010011 1001011

Color Harmonies of #F48BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48BDC

Black with #F48BDC

Text Example


Text Example

White with #F48BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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