#F48FCA

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

Shades of Tea Rose #F48FCA

Tints of Tea Rose #F48FCA

Color information

#F48FCA (or 0xF48FCA) is unknown color: approx Tea Rose. HEX triplet: F4, 8F and CA. RGB value is (244,143,202). Sum of RGB (Red+Green+Blue) = 244+143+202=589 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.43% from 589); Green value is 143 (56.25% from 255 or 24.28% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 244 - color contains mainly: red. Hex color #F48FCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48FCA is #0B7035. Grayscale: #B3B3B3. Windows color (decimal): -749622 or 13275124. OLE color: 13275124.

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

Color convert

RGB244143202-
CMYK00.410.170.04
HSL324.95º82.11%75.88%-
HSV(B)324.95º41.39%95.69%-
XYZ57.7943.1461.16-
YUV179.92140.46173.7-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.43%
GREEN value IS 143 (56.25% from 255) = 24.28%
BLUE value IS 202 (79.30% from 255) = 34.30%
R=41.43%
G=24.28%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414320200.410.170.04324.9582.1175.88
HexF48FCA029114145524c
Octal364217312051214505122114
Binary11110100100011111100101001010011000110010100010110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48FCA; }

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

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

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

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

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

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

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

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