#F48DCA

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

Shades of Tea Rose #F48DCA

Tints of Tea Rose #F48DCA

Color information

#F48DCA (or 0xF48DCA) is unknown color: approx Tea Rose. HEX triplet: F4, 8D and CA. RGB value is (244,141,202). Sum of RGB (Red+Green+Blue) = 244+141+202=587 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.57% from 587); Green value is 141 (55.47% from 255 or 24.02% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 244 - color contains mainly: red. Hex color #F48DCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48DCA is #0B7235. Grayscale: #B2B2B2. Windows color (decimal): -750134 or 13274612. OLE color: 13274612.

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

Color convert

RGB244141202-
CMYK00.420.170.04
HSL324.47º82.4%75.49%-
HSV(B)324.47º42.21%95.69%-
XYZ57.4942.5561.06-
YUV178.75141.12174.54-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.57%
GREEN value IS 141 (55.47% from 255) = 24.02%
BLUE value IS 202 (79.30% from 255) = 34.41%
R=41.57%
G=24.02%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414120200.420.170.04324.4782.475.49
HexF48DCA02A114144524b
Octal364215312052214504122113
Binary11110100100011011100101001010101000110010100010010100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48DCA; }

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

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

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

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

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

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

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

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