#F48FB6

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

Shades of Illusion #F48FB6

Tints of Illusion #F48FB6

Color information

#F48FB6 (or 0xF48FB6) is unknown color: approx Illusion. HEX triplet: F4, 8F and B6. RGB value is (244,143,182). Sum of RGB (Red+Green+Blue) = 244+143+182=569 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.88% from 569); Green value is 143 (56.25% from 255 or 25.13% from 569); Blue value is 182 (71.48% from 255 or 31.99% from 569); Max value from RGB is 244 - color contains mainly: red. Hex color #F48FB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48FB6 is #0B7049. Grayscale: #B1B1B1. Windows color (decimal): -749642 or 11964404. OLE color: 11964404.

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

Color convert

RGB244143182-
CMYK00.410.250.04
HSL336.83º82.11%75.88%-
HSV(B)336.83º41.39%95.69%-
XYZ55.5742.2649.48-
YUV177.64130.46175.33-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.88%
GREEN value IS 143 (56.25% from 255) = 25.13%
BLUE value IS 182 (71.48% from 255) = 31.99%
R=42.88%
G=25.13%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414318200.410.250.04336.8382.1175.88
HexF48FB6029194151524c
Octal364217266051314521122114
Binary11110100100011111011011001010011100110010101000110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48FB6; }

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

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

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

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

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

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

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

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