#F693CA

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

Shades of Tea Rose #F693CA

Tints of Tea Rose #F693CA

Color information

#F693CA (or 0xF693CA) is unknown color: approx Tea Rose. HEX triplet: F6, 93 and CA. RGB value is (246,147,202). Sum of RGB (Red+Green+Blue) = 246+147+202=595 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.34% from 595); Green value is 147 (57.81% from 255 or 24.71% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 246 - color contains mainly: red. Hex color #F693CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F693CA is #096C35. Grayscale: #B6B6B6. Windows color (decimal): -617526 or 13276150. OLE color: 13276150.

HSL color Cylindrical-coordinate representation of color #F693CA: hue angle of 326.67º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F693CA is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB246147202-
CMYK00.400.180.04
HSL326.67º84.62%77.06%-
HSV(B)326.67º40.24%96.47%-
XYZ59.144.7261.39-
YUV182.87138.8173.03-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.34%
GREEN value IS 147 (57.81% from 255) = 24.71%
BLUE value IS 202 (79.30% from 255) = 33.95%
R=41.34%
G=24.71%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614720200.400.180.04326.6784.6277.06
HexF693CA028124147554d
Octal366223312050224507125115
Binary11110110100100111100101001010001001010010100011110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F693CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F693CA; }

 p { color: rgb(246,147,202); }

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

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

 a { background-color: rgb(246,147,202); }

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

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

 span { border-color: rgb(246,147,202); }

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