#F48DC5

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

Shades of Tea Rose #F48DC5

Tints of Tea Rose #F48DC5

Color information

#F48DC5 (or 0xF48DC5) is unknown color: approx Tea Rose. HEX triplet: F4, 8D and C5. RGB value is (244,141,197). Sum of RGB (Red+Green+Blue) = 244+141+197=582 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.92% from 582); Green value is 141 (55.47% from 255 or 24.23% from 582); Blue value is 197 (77.34% from 255 or 33.85% from 582); Max value from RGB is 244 - color contains mainly: red. Hex color #F48DC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48DC5 is #0B723A. Grayscale: #B2B2B2. Windows color (decimal): -750139 or 12946932. OLE color: 12946932.

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

Color convert

RGB244141197-
CMYK00.420.190.04
HSL327.38º82.4%75.49%-
HSV(B)327.38º42.21%95.69%-
XYZ56.9142.3157.99-
YUV178.18138.62174.95-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.92%
GREEN value IS 141 (55.47% from 255) = 24.23%
BLUE value IS 197 (77.34% from 255) = 33.85%
R=41.92%
G=24.23%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414119700.420.190.04327.3882.475.49
HexF48DC502A134147524b
Octal364215305052234507122113
Binary11110100100011011100010101010101001110010100011110100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48DC5; }

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

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

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

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

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

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

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

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