#f48cc5

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

Shades of Tea Rose #F48CC5

Tints of Tea Rose #F48CC5

Color information

#F48CC5 (or 0xF48CC5) is unknown color: approx Tea Rose. HEX triplet: F4, 8C and C5. RGB value is (244,140,197). Sum of RGB (Red+Green+Blue) = 244+140+197=581 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.00% from 581); Green value is 140 (55.08% from 255 or 24.10% from 581); Blue value is 197 (77.34% from 255 or 33.91% from 581); Max value from RGB is 244 - color contains mainly: red. Hex color #F48CC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48CC5 is #0B733A. Grayscale: #B1B1B1. Windows color (decimal): -750395 or 12946676. OLE color: 12946676.

HSL color Cylindrical-coordinate representation of color #F48CC5: hue angle of 327.12º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F48CC5 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.04.

Color convert

RGB244140197-
CMYK00.430.190.04
HSL327.12º82.54%75.29%-
HSV(B)327.12º42.62%95.69%-
XYZ56.7642.0257.94-
YUV177.59138.96175.37-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.00%
GREEN value IS 140 (55.08% from 255) = 24.10%
BLUE value IS 197 (77.34% from 255) = 33.91%
R=42.00%
G=24.10%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414019700.430.190.04327.1282.5475.29
HexF48CC502B134147534b
Octal364214305053234507123113
Binary11110100100011001100010101010111001110010100011110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f48cc5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f48cc5; }

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

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

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

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

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

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

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

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