#F48FB5

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

Shades of Illusion #F48FB5

Tints of Illusion #F48FB5

Color information

#F48FB5 (or 0xF48FB5) is unknown color: approx Illusion. HEX triplet: F4, 8F and B5. RGB value is (244,143,181). Sum of RGB (Red+Green+Blue) = 244+143+181=568 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.96% from 568); Green value is 143 (56.25% from 255 or 25.18% from 568); Blue value is 181 (71.09% from 255 or 31.87% from 568); Max value from RGB is 244 - color contains mainly: red. Hex color #F48FB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48FB5 is #0B704A. Grayscale: #B1B1B1. Windows color (decimal): -749643 or 11898868. OLE color: 11898868.

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

Color convert

RGB244143181-
CMYK00.410.260.04
HSL337.43º82.11%75.88%-
HSV(B)337.43º41.39%95.69%-
XYZ55.4742.2148.94-
YUV177.53129.96175.41-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.96%
GREEN value IS 143 (56.25% from 255) = 25.18%
BLUE value IS 181 (71.09% from 255) = 31.87%
R=42.96%
G=25.18%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414318100.410.260.04337.4382.1175.88
HexF48FB50291A4151524c
Octal364217265051324521122114
Binary11110100100011111011010101010011101010010101000110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48FB5; }

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

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

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

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

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

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

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

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