#F48BE1

Color #F48BE1 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #F48BE1

Tints of Pale Magenta #F48BE1

Color information

#F48BE1 (or 0xF48BE1) is unknown color: approx Pale Magenta. HEX triplet: F4, 8B and E1. RGB value is (244,139,225). Sum of RGB (Red+Green+Blue) = 244+139+225=608 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.13% from 608); Green value is 139 (54.69% from 255 or 22.86% from 608); Blue value is 225 (88.28% from 255 or 37.01% from 608); Max value from RGB is 244 - color contains mainly: red. Hex color #F48BE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48BE1 is #0B741E. Grayscale: #B3B3B3. Windows color (decimal): -750623 or 14781428. OLE color: 14781428.

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

Color convert

RGB244139225-
CMYK00.430.080.04
HSL310.86º82.68%75.1%-
HSV(B)310.86º43.03%95.69%-
XYZ60.1343.1376.39-
YUV180.2153.29173.51-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.13%
GREEN value IS 139 (54.69% from 255) = 22.86%
BLUE value IS 225 (88.28% from 255) = 37.01%
R=40.13%
G=22.86%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413922500.430.080.04310.8682.6875.1
HexF48BE102B84137534b
Octal364213341053104467123113
Binary1111010010001011111000010101011100010010011011110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48BE1; }

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

 H1.HeaderClassName
 {
   color: #F48BE1;
 }
 .AnyTagClassName
 {
   color: #F48BE1;
 }
</style>
background-color css

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

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

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

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

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

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