#F48DB7

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

Shades of Illusion #F48DB7

Tints of Illusion #F48DB7

Color information

#F48DB7 (or 0xF48DB7) is unknown color: approx Illusion. HEX triplet: F4, 8D and B7. RGB value is (244,141,183). Sum of RGB (Red+Green+Blue) = 244+141+183=568 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.96% from 568); Green value is 141 (55.47% from 255 or 24.82% from 568); Blue value is 183 (71.88% from 255 or 32.22% from 568); Max value from RGB is 244 - color contains mainly: red. Hex color #F48DB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48DB7 is #0B7248. Grayscale: #B0B0B0. Windows color (decimal): -750153 or 12029428. OLE color: 12029428.

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

Color convert

RGB244141183-
CMYK00.420.250.04
HSL335.53º82.4%75.49%-
HSV(B)335.53º42.21%95.69%-
XYZ55.3841.749.93-
YUV176.58131.62176.08-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.96%
GREEN value IS 141 (55.47% from 255) = 24.82%
BLUE value IS 183 (71.88% from 255) = 32.22%
R=42.96%
G=24.82%
B=32.22%

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
Decimal24414118300.420.250.04335.5382.475.49
HexF48DB702A194150524b
Octal364215267052314520122113
Binary11110100100011011011011101010101100110010101000010100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48DB7; }

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

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

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

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

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

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

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

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