#F48CCA

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

Shades of Tea Rose #F48CCA

Tints of Tea Rose #F48CCA

Color information

#F48CCA (or 0xF48CCA) is unknown color: approx Tea Rose. HEX triplet: F4, 8C and CA. RGB value is (244,140,202). Sum of RGB (Red+Green+Blue) = 244+140+202=586 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.64% from 586); Green value is 140 (55.08% from 255 or 23.89% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 244 - color contains mainly: red. Hex color #F48CCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48CCA is #0B7335. Grayscale: #B2B2B2. Windows color (decimal): -750390 or 13274356. OLE color: 13274356.

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

Color convert

RGB244140202-
CMYK00.430.170.04
HSL324.23º82.54%75.29%-
HSV(B)324.23º42.62%95.69%-
XYZ57.3542.2561.01-
YUV178.16141.46174.96-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.64%
GREEN value IS 140 (55.08% from 255) = 23.89%
BLUE value IS 202 (79.30% from 255) = 34.47%
R=41.64%
G=23.89%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414020200.430.170.04324.2382.5475.29
HexF48CCA02B114144534b
Octal364214312053214504123113
Binary11110100100011001100101001010111000110010100010010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48CCA; }

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

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

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

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

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

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

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

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