#F48DB6

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

Shades of Illusion #F48DB6

Tints of Illusion #F48DB6

Color information

#F48DB6 (or 0xF48DB6) is unknown color: approx Illusion. HEX triplet: F4, 8D and B6. RGB value is (244,141,182). Sum of RGB (Red+Green+Blue) = 244+141+182=567 (75% of max value = 765). Red value is 244 (95.70% from 255 or 43.03% from 567); Green value is 141 (55.47% from 255 or 24.87% from 567); Blue value is 182 (71.48% from 255 or 32.10% from 567); Max value from RGB is 244 - color contains mainly: red. Hex color #F48DB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48DB6 is #0B7249. Grayscale: #B0B0B0. Windows color (decimal): -750154 or 11963892. OLE color: 11963892.

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

Color convert

RGB244141182-
CMYK00.420.250.04
HSL336.12º82.4%75.49%-
HSV(B)336.12º42.21%95.69%-
XYZ55.2841.6649.38-
YUV176.47131.12176.17-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.03%
GREEN value IS 141 (55.47% from 255) = 24.87%
BLUE value IS 182 (71.48% from 255) = 32.10%
R=43.03%
G=24.87%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414118200.420.250.04336.1282.475.49
HexF48DB602A194150524b
Octal364215266052314520122113
Binary11110100100011011011011001010101100110010101000010100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48DB6; }

 p { color: rgb(244,141,182); }

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

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

 a { background-color: rgb(244,141,182); }

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

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

 span { border-color: rgb(244,141,182); }

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