#F494CC

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

Shades of Tea Rose #F494CC

Tints of Tea Rose #F494CC

Color information

#F494CC (or 0xF494CC) is unknown color: approx Tea Rose. HEX triplet: F4, 94 and CC. RGB value is (244,148,204). Sum of RGB (Red+Green+Blue) = 244+148+204=596 (78% of max value = 765). Red value is 244 (95.70% from 255 or 40.94% from 596); Green value is 148 (58.20% from 255 or 24.83% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 244 - color contains mainly: red. Hex color #F494CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F494CC is #0B6B33. Grayscale: #B6B6B6. Windows color (decimal): -748340 or 13407476. OLE color: 13407476.

HSL color Cylindrical-coordinate representation of color #F494CC: hue angle of 325º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F494CC is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB244148204-
CMYK00.390.160.04
HSL325º81.36%76.86%-
HSV(B)325º39.34%95.69%-
XYZ58.844.7762.67-
YUV183.09139.8171.45-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.94%
GREEN value IS 148 (58.20% from 255) = 24.83%
BLUE value IS 204 (80.08% from 255) = 34.23%
R=40.94%
G=24.83%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414820400.390.160.0432581.3676.86
HexF494CC027104145514d
Octal364224314047204505121115
Binary11110100100101001100110001001111000010010100010110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F494CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F494CC; }

 p { color: rgb(244,148,204); }

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

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

 a { background-color: rgb(244,148,204); }

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

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

 span { border-color: rgb(244,148,204); }

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