#F48DCC

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

Shades of Tea Rose #F48DCC

Tints of Tea Rose #F48DCC

Color information

#F48DCC (or 0xF48DCC) is unknown color: approx Tea Rose. HEX triplet: F4, 8D and CC. RGB value is (244,141,204). Sum of RGB (Red+Green+Blue) = 244+141+204=589 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.43% from 589); Green value is 141 (55.47% from 255 or 23.94% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 244 - color contains mainly: red. Hex color #F48DCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48DCC is #0B7233. Grayscale: #B2B2B2. Windows color (decimal): -750132 or 13405684. OLE color: 13405684.

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

Color convert

RGB244141204-
CMYK00.420.160.04
HSL323.3º82.4%75.49%-
HSV(B)323.3º42.21%95.69%-
XYZ57.7342.6462.31-
YUV178.98142.12174.38-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.43%
GREEN value IS 141 (55.47% from 255) = 23.94%
BLUE value IS 204 (80.08% from 255) = 34.63%
R=41.43%
G=23.94%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414120400.420.160.04323.382.475.49
HexF48DCC02A104143524b
Octal364215314052204503122113
Binary11110100100011011100110001010101000010010100001110100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48DCC; }

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

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

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

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

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

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

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

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