#F48FEB

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

Shades of Pale Magenta #F48FEB

Tints of Pale Magenta #F48FEB

Color information

#F48FEB (or 0xF48FEB) is unknown color: approx Pale Magenta. HEX triplet: F4, 8F and EB. RGB value is (244,143,235). Sum of RGB (Red+Green+Blue) = 244+143+235=622 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.23% from 622); Green value is 143 (56.25% from 255 or 22.99% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 244 - color contains mainly: red. Hex color #F48FEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F48FEB is #0B7014. Grayscale: #B7B7B7. Windows color (decimal): -749589 or 15437812. OLE color: 15437812.

HSL color Cylindrical-coordinate representation of color #F48FEB: hue angle of 305.35º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F48FEB is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB244143235-
CMYK00.410.040.04
HSL305.35º82.11%75.88%-
HSV(B)305.35º41.39%95.69%-
XYZ62.1344.8883.98-
YUV183.69156.96171.02-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.23%
GREEN value IS 143 (56.25% from 255) = 22.99%
BLUE value IS 235 (92.19% from 255) = 37.78%
R=39.23%
G=22.99%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414323500.410.040.04305.3582.1175.88
HexF48FEB02944131524c
Octal36421735305144461122114
Binary111101001000111111101011010100110010010011000110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48FEB; }

 p { color: rgb(244,143,235); }

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

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

 a { background-color: rgb(244,143,235); }

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

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

 span { border-color: rgb(244,143,235); }

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